This commit is contained in:
恍兮惚兮 2024-07-13 01:56:28 +08:00
parent 28fc2154f7
commit 2ad8670c40

View File

@ -288,7 +288,7 @@ def uisetting(self):
),
"",
"",
""
"",
],
),
),
@ -474,8 +474,9 @@ def uisetting(self):
(
dict(
title="其他界面",
type="grid",
grid=(
["字体", createfontcombo],
["字体", (createfontcombo, 0)],
[
"字体大小",
D_getspinbox(
@ -487,10 +488,8 @@ def uisetting(self):
step=0.1,
callback=lambda _: gobject.baseobject.setcommonstylesheet(),
),
],
[
"",
"按钮颜色",
(
D_getcolorbutton(
globalconfig,
"buttoncolor2",
@ -515,9 +514,7 @@ def uisetting(self):
name="buttoncolorbutton3",
parent=self,
),
),
],
[
"",
"按钮大小",
D_getspinbox(5, 100, globalconfig, "buttonsize2"),
],