diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-08-31 10:43:40 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-31 11:38:38 -0500 |
commit | 254c0927e669b5c488df63d07bc9eed3357e88f6 (patch) | |
tree | 973b87c32f73dd2744868d1aa7633352d7c1debf /sfx2/uiconfig/ui/newstyle.ui | |
parent | a6f78bf8fd5dc768cc8c37ca717d7bad8fe2dc81 (diff) |
More mushrooms...
More help buttons missing in dialogs.
Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377
Reviewed-on: https://gerrit.libreoffice.org/11217
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sfx2/uiconfig/ui/newstyle.ui')
-rw-r--r-- | sfx2/uiconfig/ui/newstyle.ui | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui index 7fa44484714e..b4fb723d9ef8 100644 --- a/sfx2/uiconfig/ui/newstyle.ui +++ b/sfx2/uiconfig/ui/newstyle.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <!-- interface-requires LibreOffice 1.0 --> <object class="GtkDialog" id="CreateStyleDialog"> <property name="can_focus">False</property> @@ -48,6 +49,20 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -79,20 +94,18 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="has_entry">True</property> - <property name="entry_text_column">0</property> - <property name="id_column">1</property> <property name="dropdown">False</property> <property name="max_width_chars">60</property> - <child internal-child="accessible"> - <object class="AtkObject" id="stylename-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes">Style Name</property> - </object> - </child> <child internal-child="entry"> <object class="GtkEntry" id="comboboxtext-entry"> <property name="can_focus">False</property> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="stylename-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes">Style Name</property> + </object> + </child> </object> </child> </object> |