diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-04-01 16:36:45 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-06-13 08:13:11 +0000 |
commit | 36af72c6f6343f630c54f3e41b467d6bd312214d (patch) | |
tree | 733da009691d2cd99964b674965a830d7793803b | |
parent | 86fef4ea205f3001305a6122bfa127b196e2d345 (diff) |
Place help button on the left in dialog
The New folder dialog, that is opened by the Template Manager dialog
has now the help button on the left.
Change-Id: Iabc55a031247e1ea33887dffc929dde17549f8fb
Reviewed-on: https://gerrit.libreoffice.org/23740
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 82d14b4f9c086c48214445b8e49fdd748e13c05f)
The label of this dialog can grow very long…
… so place it above its associated entry.
Change-Id: I8fce05bef2cb6ea4589caed60f9384fb42170234
(cherry picked from commit 72cbcf97fadd46a6895797beb37aaa379e015855)
Reviewed-on: https://gerrit.libreoffice.org/26212
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | sfx2/uiconfig/ui/inputdialog.ui | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/sfx2/uiconfig/ui/inputdialog.ui b/sfx2/uiconfig/ui/inputdialog.ui index cacab366dcb2..df0055ecfb9c 100644 --- a/sfx2/uiconfig/ui/inputdialog.ui +++ b/sfx2/uiconfig/ui/inputdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.19.0 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="InputDialog"> @@ -16,12 +16,10 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="ok"> - <property name="label">gtk-ok</property> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> @@ -29,13 +27,16 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> + <property name="secondary">True</property> </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label">gtk-cancel</property> + <object class="GtkButton" id="ok"> + <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> @@ -46,8 +47,8 @@ </packing> </child> <child> - <object class="GtkButton" id="help"> - <property name="label">gtk-help</property> + <object class="GtkButton" id="cancel"> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -75,21 +76,18 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">6</property> - <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">Height:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -100,10 +98,8 @@ <property name="invisible_char">•</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> </object> |