Skip to content

Commit

Permalink
chore: adjust iconSize of titlebar
Browse files Browse the repository at this point in the history
change the iconSize(32) to 20

Log:
  • Loading branch information
wangfei committed Dec 23, 2024
1 parent 3151dd9 commit a99caf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt6/src/qml/FlowStyle.qml
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ QtObject {

property QtObject titleBar: QtObject {
property int height: 50
property int iconSize: 32
property int iconSize: 20
property int leftMargin: 10
}

Expand Down

0 comments on commit a99caf9

Please sign in to comment.