summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-06-12 09:31:03 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-06-12 11:56:01 +0200
commit23cf6dbe4d35d0d9beeaa2193247c6f67a869c66 (patch)
tree997289dac0a383d094fb9fb228bf96ef9f69b324 /sw/uiconfig
parenta691c1e0405993e8cb40212d532d66c08184da2c (diff)
tdf#108427 Direct cursor: Add option to insert only spaces
Change-Id: I1136688ec8af44c533f4dd40a9a4b24ea59992ef Reviewed-on: https://gerrit.libreoffice.org/38685 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/optformataidspage.ui30
1 files changed, 23 insertions, 7 deletions
diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui
index 0af1f6edbf94..84bba183cc1c 100644
--- a/sw/uiconfig/swriter/ui/optformataidspage.ui
+++ b/sw/uiconfig/swriter/ui/optformataidspage.ui
@@ -177,7 +177,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="no">¶</property>
+ <property name="label">¶</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -188,7 +188,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="no">-</property>
+ <property name="label">-</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -199,7 +199,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="no">·</property>
+ <property name="label">·</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -210,7 +210,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="no">→</property>
+ <property name="label">→</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -221,7 +221,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="no">↵</property>
+ <property name="label">↵</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -422,7 +422,7 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="group">fillspace</property>
+ <property name="group">filltabandspace</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -430,7 +430,7 @@
</packing>
</child>
<child>
- <object class="GtkRadioButton" id="fillspace">
+ <object class="GtkRadioButton" id="filltabandspace">
<property name="label" translatable="yes">Tabs a_nd spaces</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -445,6 +445,22 @@
<property name="top_attach">3</property>
</packing>
</child>
+ <child>
+ <object class="GtkRadioButton" id="fillspace">
+ <property name="label" translatable="yes">_Spaces</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">fillmargin</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ </packing>
+ </child>
</object>
</child>
</object>