diff --git a/qml/windowed/WindowedFrame.qml b/qml/windowed/WindowedFrame.qml index 1d2759a6..fc763c32 100644 --- a/qml/windowed/WindowedFrame.qml +++ b/qml/windowed/WindowedFrame.qml @@ -193,7 +193,7 @@ InputEventItem { id: folderGridViewPopup width: 370 height: 330 - folderNameFont: LauncherController.adjustFontWeight(DTK.fontManager.t6, Font.BoldFont.Bold) + folderNameFont: LauncherController.adjustFontWeight(DTK.fontManager.t6, Font.Bold) centerPosition: Qt.point(curPointX, curPointY) readonly property int animationDuration: 200