summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-02-13 18:32:31 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-13 19:52:53 +0100
commit081b753d4cb4f4a25073ca7de12a7bdaa9fc2be4 (patch)
tree6c5ace12218efe17805f82665ccb15445fa9c310 /sw/uiconfig
parentdc32f930ede9df0d7c98fdef2d5bd787139dc7cf (diff)
sw btlr writing mode: add UI for this
There was only horizontal and vertical previously, so keep things simple and talk about the BT and TB version of vertical, not mentioning the LR/RL aspect. Also rename the textdirection widget, so it's unique not only within the tab page, but inside the dialog, so we can have uitest coverage for this. Change-Id: Ie396898fde03aca6cd37a29f049099fa4b2c5fc0 Reviewed-on: https://gerrit.libreoffice.org/67789 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/tabletextflowpage.ui7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/tabletextflowpage.ui b/sw/uiconfig/swriter/ui/tabletextflowpage.ui
index 6ac2c41ab08e..ef46e8eafc96 100644
--- a/sw/uiconfig/swriter/ui/tabletextflowpage.ui
+++ b/sw/uiconfig/swriter/ui/tabletextflowpage.ui
@@ -283,7 +283,7 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="tabletextflowpage|label40">Text _orientation</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">textdirection</property>
+ <property name="mnemonic_widget">textorientation</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -291,13 +291,14 @@
</packing>
</child>
<child>
- <object class="GtkComboBoxText" id="textdirection">
+ <object class="GtkComboBoxText" id="textorientation">
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
<item id="0" translatable="yes" context="tabletextflowpage|liststore1">Horizontal</item>
- <item id="2" translatable="yes" context="tabletextflowpage|liststore1">Vertical</item>
+ <item id="2" translatable="yes" context="tabletextflowpage|liststore1">Vertical (top to bottom)</item>
<item id="4" translatable="yes" context="tabletextflowpage|liststore1">Use superordinate object settings</item>
+ <item id="5" translatable="yes" context="tabletextflowpage|liststore1">Vertical (bottom to top)</item>
</items>
</object>
<packing>