Kaydet (Commit) e6c7c618 authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Samuel Mehrbrodt

fdo#85776 swap increase and decrease indent in sidebar

Change-Id: I5f6dd2244adecd2dba7e03ff3f620bd4c7657d7b
Reviewed-on: https://gerrit.libreoffice.org/12396Reviewed-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
üst 847e58b2
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment