[Libreoffice-commits] core.git: svx/uiconfig
Gabor Kelemen
kelemeng at ubuntu.com
Thu Aug 31 21:59:37 UTC 2017
svx/uiconfig/ui/textcharacterspacingcontrol.ui | 64 ++++++++++++-------------
1 file changed, 32 insertions(+), 32 deletions(-)
New commits:
commit e3c2968b78a653932a82324bebd4e3cfd69511ad
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date: Thu Aug 31 21:25:33 2017 +0200
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 at libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
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>
More information about the Libreoffice-commits
mailing list