diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-08-31 21:25:33 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-31 23:59:17 +0200 |
commit | e3c2968b78a653932a82324bebd4e3cfd69511ad (patch) | |
tree | 66505ccaf10ad902d651d7673cb6dcbf979c2c7f | |
parent | 4c99b8a9de59f3c5280ff2944d9f828822897f4a (diff) |
tdf#111734 Reorder buttons to reach them with the Down arrow
This seems to be enough to step through the buttons with the Down arrow.
Change-Id: Ib9ad76bedb6abbf87164aafdf1c95cc438af8c3d
Reviewed-on: https://gerrit.libreoffice.org/41772
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r-- | svx/uiconfig/ui/textcharacterspacingcontrol.ui | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/svx/uiconfig/ui/textcharacterspacingcontrol.ui b/svx/uiconfig/ui/textcharacterspacingcontrol.ui index c78c7bace775..f8e019e7fb35 100644 --- a/svx/uiconfig/ui/textcharacterspacingcontrol.ui +++ b/svx/uiconfig/ui/textcharacterspacingcontrol.ui @@ -133,6 +133,38 @@ </packing> </child> <child> + <object class="GtkButton" id="very_loose"> + <property name="label" translatable="yes" context="textcharacterspacingcontrol|very_loose">Very Loose</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="image">image_spacing_3</property> + <property name="relief">none</property> + <property name="xalign">0</property> + <property name="always_show_image">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">4</property> + </packing> + </child> + <child> + <object class="GtkButton" id="last_custom"> + <property name="label" translatable="yes" context="textcharacterspacingcontrol|last_custom">Last Custom Value</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="image">image_spacing_4</property> + <property name="relief">none</property> + <property name="xalign">0</property> + <property name="always_show_image">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">5</property> + </packing> + </child> + <child> <object class="GtkFrame" id="frame1"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -178,38 +210,6 @@ <property name="top_attach">6</property> </packing> </child> - <child> - <object class="GtkButton" id="very_loose"> - <property name="label" translatable="yes" context="textcharacterspacingcontrol|very_loose">Very Loose</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="image">image_spacing_3</property> - <property name="relief">none</property> - <property name="xalign">0</property> - <property name="always_show_image">True</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">4</property> - </packing> - </child> - <child> - <object class="GtkButton" id="last_custom"> - <property name="label" translatable="yes" context="textcharacterspacingcontrol|last_custom">Last Custom Value</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="image">image_spacing_4</property> - <property name="relief">none</property> - <property name="xalign">0</property> - <property name="always_show_image">True</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">5</property> - </packing> - </child> </object> </child> </object> |