Skip to content

Commit

Permalink
fix: inconsistent font size
Browse files Browse the repository at this point in the history
Modify the font size within an application group

Issue: linuxdeepin/developer-center#8824
  • Loading branch information
xionglinlin authored and kegechen committed Jun 17, 2024
1 parent fb76b05 commit fa606ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/FolderGridViewPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Popup {
IconItemDelegate {
anchors.fill: parent
dndEnabled: true
displayFont: isWindowedMode ? DTK.fontManager.t9 : DTK.fontManager.t8
displayFont: isWindowedMode ? DTK.fontManager.t9 : DTK.fontManager.t6
Drag.mimeData: {
"text/x-dde-launcher-dnd-desktopId": model.desktopId
}
Expand Down

0 comments on commit fa606ad

Please sign in to comment.