Skip to content

Commit 3d6d275

Browse files
committed
fix: The font size of the category jump menu does not adjust
with the system font size when sorting by category --- fix: 按分类排序时,分类跳转菜单字体大小不随系统字体大小调整而改变问题 Log: 修复按分类排序时,分类跳转菜单字体大小不随系统字体大小调整而改变问题 Influence: 启动器分类跳转菜单文字大小 PMS: BUG-335169
1 parent c28015b commit 3d6d275

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

qml/windowed/AppListView.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ FocusScope {
263263
modal: true
264264
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
265265

266+
font: DTK.fontManager.t6
267+
266268
property var existingSections: []
267269
Repeater {
268270
model: ddeCategoryMenu.existingSections
@@ -277,6 +279,7 @@ FocusScope {
277279
alignment: Qt.AlignCenter
278280
text: menuItem.text
279281
color: parent.palette.windowText
282+
font: ddeCategoryMenu.font
280283
}
281284
background: BoxPanel {
282285
anchors.left: parent.left

0 commit comments

Comments
 (0)