kiran-cc-daemon/0001-feature-font-Change-the-default-GTK-application-font.patch
luoqing 8771fcf983 feature(font): Change the default GTK application font size from 10 to 9
- 将应用程序字体默认大小由10改为9

Related #13006
2023-08-22 09:25:16 +08:00

33 lines
1.2 KiB
Diff

From 56e32fdfbba6226ce47098b71451adbdec208cd1 Mon Sep 17 00:00:00 2001
From: luoqing <luoqing@kylinsec.com.cn>
Date: Mon, 21 Aug 2023 16:20:08 +0800
Subject: [PATCH] feature(font): Change the default GTK application font size
from 10 to 9
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将应用程序字体默认大小由10改为9
Related #13006
---
data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in b/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in
index 142f162..12b486a 100644
--- a/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in
+++ b/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in
@@ -70,7 +70,7 @@
<description>Size of the cursor referenced by cursor_theme.</description>
</key>
<key name="gtk-font-name" type="s">
- <default>'Noto Sans CJK SC 10'</default>
+ <default>'Noto Sans CJK SC 9'</default>
<description>Name of default font to use.</description>
</key>
<key name="gtk-key-theme-name" type="s">
--
2.33.0