mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 10:32:59 +00:00
31 lines
1.3 KiB
Diff
31 lines
1.3 KiB
Diff
From a1c8189f02ee694f049b2e04b9baffab3fafea22 Mon Sep 17 00:00:00 2001
|
|
From: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
|
|
Date: Sun, 5 Apr 2020 20:53:46 +0300
|
|
Subject: [PATCH] Force icons in menus in GTK+3 VCLs
|
|
|
|
By default both IsSystemIconsInMenus and ShowIconsInMenues are true,
|
|
but IsSystemIconsInMenus being true forces taking GTK 3 default to not show icons.
|
|
|
|
I beleive that icons help people to use menus.
|
|
Also, we are migrating users from libreoffice-kde4 to libreoffice-gtk3-kde5,
|
|
kde4 did show icons, so we would better keep them on.
|
|
---
|
|
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
|
index 130726976..4b8c9055d 100644
|
|
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
|
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
|
@@ -2909,7 +2909,7 @@
|
|
<desc>Indicates whether icons in the office menus should
|
|
shown/hidden by following the System theme.</desc>
|
|
</info>
|
|
- <value>true</value>
|
|
+ <value>false</value>
|
|
</prop>
|
|
<prop oor:name="ShowIconsInMenues" oor:type="xs:boolean" oor:nillable="false">
|
|
<!-- OldPath: General/View -->
|
|
--
|
|
2.20.1
|
|
|