summaryrefslogtreecommitdiff
path: root/svx/uiconfig/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-16 16:10:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-16 16:11:30 +0100
commit0c41a9e274eb4b4fecec282638b5ff4c496ebf5a (patch)
tree9d886dc92d57804ca34f66d739ddc2d790a1c2af /svx/uiconfig/ui
parent52cc88d6191ba0c4b6477e5c4b9c5d0f0228030d (diff)
order decrease/increase spacing
because that's the order in the toolbar to align the two orders Change-Id: Ie6f76189a71bd1706c567592f941bbe2c2d5f083
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r--svx/uiconfig/ui/sidebarparagraph.ui20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui
index 121f8aa21d86..d91364cdef66 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -492,15 +492,13 @@
<property name="tooltip_text" translatable="yes">Indent</property>
<property name="show_arrow">False</property>
<child>
- <object class="GtkToolButton" id="increaseindent">
- <property name="width_request">15</property>
- <property name="height_request">25</property>
+ <object class="GtkToolButton" id="decreaseindent">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_markup" translatable="yes">Increase Indent</property>
- <property name="tooltip_text" translatable="yes">Increase Indent</property>
- <property name="action_name">.uno:IncrementIndent</property>
+ <property name="tooltip_markup" translatable="yes">Decrease Indent</property>
+ <property name="tooltip_text" translatable="yes">Decrease Indent</property>
+ <property name="action_name">.uno:DecrementIndent</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -509,13 +507,15 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="decreaseindent">
+ <object class="GtkToolButton" id="increaseindent">
+ <property name="width_request">15</property>
+ <property name="height_request">25</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_markup" translatable="yes">Decrease Indent</property>
- <property name="tooltip_text" translatable="yes">Decrease Indent</property>
- <property name="action_name">.uno:DecrementIndent</property>
+ <property name="tooltip_markup" translatable="yes">Increase Indent</property>
+ <property name="tooltip_text" translatable="yes">Increase Indent</property>
+ <property name="action_name">.uno:IncrementIndent</property>
<property name="use_underline">True</property>
</object>
<packing>