loolkitconfig.xcu | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
New commits: commit 71e2a36ae0784e8d4b44b968485b388c52a90829 Author: Andras Timar <[email protected]> AuthorDate: Thu Dec 12 09:30:38 2019 +0100 Commit: Andras Timar <[email protected]> CommitDate: Thu Mar 19 13:23:19 2020 +0100 [cp] Use the collabora_svg theme and large icons for the sidebar Change-Id: I8b58c5e3ebe737abfac1f2c124e00bc717c862df Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90741 Tested-by: Andras Timar <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/loolkitconfig.xcu b/loolkitconfig.xcu index 23fe663dc..a2a711711 100644 --- a/loolkitconfig.xcu +++ b/loolkitconfig.xcu @@ -25,8 +25,11 @@ <!-- Enable thumbnail generation by default (disabling saves CPU time) --> <item oor:path="/org.openoffice.Office.Common/Save/Document"><prop oor:name="GenerateThumbnail" oor:op="fuse"><value>true</value></prop></item> -<!-- Use the colibre_svg theme for the sidebar --> -<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>colibre_svg</value></prop></item> +<!-- Use the collabora_svg theme for the sidebar --> +<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>collabora_svg</value></prop></item> + +<!-- Use the large icons in the sidebar --> +<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SidebarIconSize" oor:op="fuse"><value>2</value></prop></item> <!-- Disable GIO UCP we don't want --> <item oor:path="/org.openoffice.ucb.Configuration/ContentProviders/Local/SecondaryKeys/Office/ProviderData/Provider999"><prop oor:name="URLTemplate" oor:op="fuse"><value>NeverMatchAnyUrlSuffix</value></prop></item> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
