diff --git a/qml/windowed/AppListView.qml b/qml/windowed/AppListView.qml index 4b975fa5..7f917fe7 100644 --- a/qml/windowed/AppListView.qml +++ b/qml/windowed/AppListView.qml @@ -270,6 +270,7 @@ FocusScope { id: menuItem text: getCategoryName(modelData) textColor: DStyle.Style.menu.itemText + font: DTK.fontManager.t6 onTriggered: { scrollToDDECategory(modelData) } @@ -277,6 +278,7 @@ FocusScope { alignment: Qt.AlignCenter text: menuItem.text color: parent.palette.windowText + font: menuItem.font } background: BoxPanel { anchors.left: parent.left