sw/uiconfig/swriter/ui/navigatorpanel.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 2b8ce3d62b71ca91df464e26ccc6c6c79d6c886f Author: Jim Raykowski <[email protected]> AuthorDate: Tue Feb 23 16:57:31 2021 -0900 Commit: Jim Raykowski <[email protected]> CommitDate: Wed Feb 24 04:48:52 2021 +0100 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
