From a99caf903ab49da9f29116c3436d021018ee7af3 Mon Sep 17 00:00:00 2001 From: wangfei Date: Mon, 23 Dec 2024 11:13:45 +0800 Subject: [PATCH] chore: adjust iconSize of titlebar change the iconSize(32) to 20 Log: --- qt6/src/qml/FlowStyle.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt6/src/qml/FlowStyle.qml b/qt6/src/qml/FlowStyle.qml index ff73d8a7..731c60ab 100644 --- a/qt6/src/qml/FlowStyle.qml +++ b/qt6/src/qml/FlowStyle.qml @@ -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 }