diff options
author | Henry Castro <hcastro@collabora.com> | 2022-11-21 21:30:02 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2023-01-30 23:23:15 +0000 |
commit | 326dec315c29028ad1c163020d518e1236f37b6b (patch) | |
tree | a5a6e7ba23f1292a95a6009f9f4852707e05e18e /cui/uiconfig/ui | |
parent | 9d4ac7d73c036d8e8bdf5418919c1bfd2062ed6d (diff) |
cui: add entry "RestProtocol" to language tool dialog
Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: I6511fc2b353c47b1ff537c42d3484b3a42c1b121
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143106
Reviewed-by: Ashod Nakashian <ash@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145596
Tested-by: Jenkins
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/langtoolconfigpage.ui | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/langtoolconfigpage.ui b/cui/uiconfig/ui/langtoolconfigpage.ui index 237040fa76b7..1d7452161998 100644 --- a/cui/uiconfig/ui/langtoolconfigpage.ui +++ b/cui/uiconfig/ui/langtoolconfigpage.ui @@ -80,7 +80,7 @@ <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">5</property> + <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="base"> @@ -192,6 +192,42 @@ </packing> </child> <child> + <object class="GtkLabel" id="restlbl"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes" context="langtoolconfigpage|restlbl">REST protocol:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">restprotocol</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">6</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="restprotocol"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">6</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="restdesc"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes" context="langtoolconfigpage|restdesc">Your LanguageTool REST API protocol for usage.</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">7</property> + </packing> + </child> + <child> <placeholder/> </child> <child> |