From 72c90f83fb89a048c04d6cc8cfbdd44608075efa Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 6 Dec 2024 00:55:59 +0500 Subject: tdf#62845: Hide some sidebar panels in Viewer app mode These are confusing and cluttering the UI in this mode. Change-Id: I909f17f71846f5a7e82e43f078f32ed7b5daf159 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178009 Reviewed-by: Miklos Vajna Tested-by: Jenkins CollaboraOffice --- .../data/org/openoffice/Office/UI/Sidebar.xcu | 42 ++++++++++++++++++++++ .../schema/org/openoffice/Office/UI/Sidebar.xcs | 6 ++++ 2 files changed, 48 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index e038472d704e..465c8e5732bb 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -39,6 +39,9 @@ 100 + + true + @@ -59,6 +62,9 @@ 600 + + true + @@ -79,6 +85,9 @@ 500 + + true + @@ -99,6 +108,9 @@ 900 + + true + @@ -119,6 +131,9 @@ 500 + + true + @@ -142,6 +157,9 @@ 300 + + true + @@ -162,6 +180,9 @@ 700 + + true + @@ -182,6 +203,9 @@ 600 + + true + @@ -202,6 +226,9 @@ 500 + + true + @@ -246,6 +273,9 @@ 200 + + true + @@ -266,6 +296,9 @@ 500 + + true + @@ -290,6 +323,9 @@ 600 + + true + @@ -313,6 +349,9 @@ true + + true + @@ -333,6 +372,9 @@ 300 + + true + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs index 4b5d13b63c5f..29c42c2c8393 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs @@ -140,6 +140,12 @@ false + + + This flag controls whether the deck is hidden when viewer application mode is enabled. + + false + -- cgit