diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-30 22:35:39 -0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-07-10 11:17:11 +0200 |
commit | 15eadb56d0a24fb4b1e70c8afb41f6e02eb47761 (patch) | |
tree | 8e7034aa7972a8ae97ac4453434736e7a632492d | |
parent | d66df262ee4fd8abc794ef9ef764a182b0da29ea (diff) |
tdf#118457 Place Help button on the left
Change-Id: Id1c386fab92a2e21e7b2f07f08daf08d5886d027
Reviewed-on: https://gerrit.libreoffice.org/56774
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/assignstylesdialog.ui | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/sw/uiconfig/swriter/ui/assignstylesdialog.ui b/sw/uiconfig/swriter/ui/assignstylesdialog.ui index bc1e17069dc0..affe6ae33059 100644 --- a/sw/uiconfig/swriter/ui/assignstylesdialog.ui +++ b/sw/uiconfig/swriter/ui/assignstylesdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.0 --> +<!-- Generated with glade 3.22.1 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <requires lib="LibreOffice" version="1.0"/> @@ -18,6 +18,9 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="assignstylesdialog|AssignStylesDialog">Assign Styles</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -69,6 +72,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> @@ -153,16 +157,12 @@ <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> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -178,22 +178,18 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="notapplied"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="assignstylesdialog|notapplied">Not applied</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> </object> |