summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2021-03-13 09:49:59 -0900
committerJim Raykowski <raykowj@gmail.com>2021-03-18 08:29:11 +0100
commit48570b9b5e4939069f8a1a2541fd4efe6f2bb0aa (patch)
tree317b63bd9f8ce185992fd31a0e10906833a55ee6 /sw/uiconfig
parentbd43c754d3a6977fc2de80bce27d4045046cb32f (diff)
tdf#140892 Outline Content Visibility Window button improvements
- Makes the horizontal position of the button near to the first character horizontal position in the frame. - For RTL frames places the button to the right. - Changes the button symbol for show/expand content from a right-arrow to a down-arrow and for hide/collapse content from a down-arrow to an up-arrow. - SymbolType enums are replaced with ButtonSymbol enums to represent the button symbol for the outline content visibility state. Change-Id: Ie5d94b0dec0690c0798098ed19e38cc13d9d2682 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112463 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/outlinebutton.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/outlinebutton.ui b/sw/uiconfig/swriter/ui/outlinebutton.ui
index a0c2b9e5db82..775ec4c3cf16 100644
--- a/sw/uiconfig/swriter/ui/outlinebutton.ui
+++ b/sw/uiconfig/swriter/ui/outlinebutton.ui
@@ -5,13 +5,13 @@
<object class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="icon-name">go-next</property>
+ <property name="icon-name">go-down</property>
<property name="icon_size">1</property>
</object>
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="icon-name">go-down</property>
+ <property name="icon-name">go-up</property>
<property name="icon_size">1</property>
</object>
<object class="GtkBox" id="OutlineButton">
@@ -20,7 +20,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>
- <object class="GtkButton" id="right">
+ <object class="GtkButton" id="show">
<property name="can-focus">True</property>
<property name="focus-on-click">False</property>
<property name="receives-default">True</property>
@@ -38,7 +38,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="down">
+ <object class="GtkButton" id="hide">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="focus-on-click">False</property>