summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2017-04-05 13:31:59 +0200
committerSzymon Kłos <eszkadev@gmail.com>2017-04-05 13:32:29 +0200
commit489ddb36cc30fe94bb4416883e37bda90f6f6f65 (patch)
tree273d9127aa6f440b5006c5ebb65ce98f82d1d2b0 /sw/uiconfig
parent00ad779e71f4ae675d0bacf68d2f2fc62b6b26d5 (diff)
Notebookbar: correct commands for spacing controls
Change-Id: I84649a50fc5e8c094514c5461105bb6777d6ffa1
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar.ui35
1 files changed, 29 insertions, 6 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui
index 9b53ceefd75d..a9d0b2d2eff2 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -2658,19 +2658,17 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
- <object class="sfxlo-NotebookbarToolBox" id="ulspacing">
+ <object class="sfxlo-NotebookbarToolBox" id="abovespacing">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Indent</property>
<child>
- <object class="GtkToolButton" id="ULSpacing">
+ <object class="GtkToolButton" id="AboveSpacing">
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="is_important">True</property>
- <property name="action_name">.uno:ULSpacing</property>
+ <property name="action_name">.uno:AboveSpacing</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -2681,7 +2679,32 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">0</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="sfxlo-NotebookbarToolBox" id="belowspacing">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkToolButton" id="BelowSpacing">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="halign">start</property>
+ <property name="is_important">True</property>
+ <property name="action_name">.uno:BelowSpacing</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
</packing>
</child>
</object>