summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2021-02-23 16:57:31 -0900
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-02-24 12:30:11 +0100
commit608151c7de0f0661783daceecd9250bdcf497b59 (patch)
tree0526fa576865ef6e9be23b2993fef2f0924e8406
parentcbfc211c50daef5b9b477d0731d48982898d40b7 (diff)
tdf#140397 make contenttoggle button visible again in all backends
fixes regression introduced by commit b80c2745c50d064ad9e673cf8a5b73aaf0aa1778 Change-Id: Ib93a0c1b203f399f4f64681aac8e1f76509bcc63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111439 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit 2b8ce3d62b71ca91df464e26ccc6c6c79d6c886f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111454 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r--sw/uiconfig/swriter/ui/navigatorpanel.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui
index 26cd04a31272..e8aa7fdc66fe 100644
--- a/sw/uiconfig/swriter/ui/navigatorpanel.ui
+++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui
@@ -260,6 +260,7 @@
<property name="toolbar_style">icons</property>
<child>
<object class="GtkToggleToolButton" id="contenttoggle">
+ <property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes" context="navigatorpanel|contenttoggle|tooltip_text">Toggle Master View</property>
<property name="icon_name">sw/res/sc20244.png</property>