diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-13 09:26:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-13 15:00:08 +0200 |
commit | 562d1ba1fff07183dbae24437977e204cbc6471d (patch) | |
tree | 17a459c01400343d3a88020acfc32f7238722bf6 /extensions/uiconfig | |
parent | bc059c08d86ccdeca4f340078b0de39053bc0888 (diff) |
weld bibliography EditBox control ItemWindow
Change-Id: I17859c10714afa387f47385d2abd8b8827770038
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94099
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/uiconfig')
-rw-r--r-- | extensions/uiconfig/sbibliography/ui/editbox.ui | 38 | ||||
-rw-r--r-- | extensions/uiconfig/sbibliography/ui/toolbar.ui | 15 |
2 files changed, 39 insertions, 14 deletions
diff --git a/extensions/uiconfig/sbibliography/ui/editbox.ui b/extensions/uiconfig/sbibliography/ui/editbox.ui new file mode 100644 index 000000000000..0c774aaec693 --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/editbox.ui @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.2 --> +<interface domain="svt"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkBox" id="EditBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="valign">center</property> + <property name="label" translatable="yes" context="editbox|TBC_FT_QUERY">Search Key</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> +</interface> diff --git a/extensions/uiconfig/sbibliography/ui/toolbar.ui b/extensions/uiconfig/sbibliography/ui/toolbar.ui index 748ff95e69e4..7caabb0e5be4 100644 --- a/extensions/uiconfig/sbibliography/ui/toolbar.ui +++ b/extensions/uiconfig/sbibliography/ui/toolbar.ui @@ -42,20 +42,7 @@ </packing> </child> <child> - <object class="GtkToolButton" id="TBC_FT_QUERY"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">TBC_FT_QUERY</property> - <property name="label" translatable="yes" context="toolbar|TBC_FT_QUERY">Search Key</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkToolButton" id="TBC_ED_QUERY"> + <object class="GtkToolButton" id="TBC_QUERY"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:Bib/query</property> |