From 2a41c31a0627bf752a625f23a64eaf4d3fe82fb9 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Fri, 22 Mar 2019 08:06:25 +0100 Subject: tdf#124255 Make maximum sidebar width configurable Also change the default max width to 500px (instead of 400px). Change-Id: Idece5aadaf4c4165cc873b4605d2c0f026c89c6e Reviewed-on: https://gerrit.libreoffice.org/69545 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- .../registry/schema/org/openoffice/Office/UI/Sidebar.xcs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs index 3258798d19fc..2eeed4534040 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs @@ -231,6 +231,17 @@ + + + General Sidebar settings. + + + + Maximum width the sidebar can ever have + + 500 + + Description of the decks and panels that can be displayed in the content area of the sidebar. -- cgit