Skip to content

Commit 5e0f9c4

Browse files
committed
fix: The title text display of the launcher application group has a ghosting effect.
modified fontbold from 900 to 600(semibold) pms-bug-307811
1 parent 22048e1 commit 5e0f9c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qml/windowed/WindowedFrame.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ InputEventItem {
175175
id: folderGridViewPopup
176176
width: 370
177177
height: 330
178-
folderNameFont: LauncherController.adjustFontWeight(DTK.fontManager.t6, Font.Bold)
178+
folderNameFont: LauncherController.adjustFontWeight(DTK.fontManager.t6, Font.BoldFont.Bold)
179179
centerPosition: Qt.point(curPointX, curPointY)
180180

181181
readonly property int animationDuration: 200

0 commit comments

Comments
 (0)