Skip to content

Commit 8431e90

Browse files
committed
feat: add qt-scrollbar-policy config
add config Log: Task: https://pms.uniontech.com/task-view-364175.html
1 parent 9d4b722 commit 8431e90

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

xsettings/xsettings_info.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@ var gsInfos = typeGSKeyInfos{
289289
gsType: gsKeyTypeInt,
290290
xsKey: "DTK/SizeMode",
291291
},
292+
{
293+
gsKey: "qt-scrollbar-policy",
294+
gsType: gsKeyTypeInt,
295+
xsKey: "Qt/ScrollBarPolicy",
296+
},
292297
}
293298

294299
var settingTypeColorVar = settingTypeColor

0 commit comments

Comments
 (0)