summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2014-11-13 02:39:55 +0400
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-11-13 07:11:12 +0000
commite6c7c618d1c4f78d4e11fcc9ee40f70aff583c90 (patch)
tree9580c518ecd34c3e7ad7d949d34bc10745439426 /svx
parent847e58b2124f7af036e72ae0c840a6596c8fa7d7 (diff)
fdo#85776 swap increase and decrease indent in sidebar
Change-Id: I5f6dd2244adecd2dba7e03ff3f620bd4c7657d7b Reviewed-on: https://gerrit.libreoffice.org/12396 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/sidebarparagraph.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui
index f749a4d04149..b50ab98c5e7a 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -476,12 +476,12 @@
<property name="tooltip_text" translatable="yes">Indent</property>
<property name="show_arrow">False</property>
<child>
- <object class="GtkToolButton" id="decreaseindent">
+ <object class="GtkToolButton" id="increaseindent">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Decrease Indent</property>
- <property name="action_name">.uno:DecrementIndent</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>
@@ -490,14 +490,14 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="increaseindent">
+ <object class="GtkToolButton" id="decreaseindent">
<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_text" translatable="yes">Increase Indent</property>
- <property name="action_name">.uno:IncrementIndent</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>