From a1e9b892091c0f37206ccceb59cebbf4b6a79881 Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Thu, 9 Oct 2025 08:26:11 +0000 Subject: [PATCH] sync: from linuxdeepin/dtkdeclarative Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: https://github.com/linuxdeepin/dtkdeclarative/pull/535 --- qt6/src/qml/FlowStyle.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qt6/src/qml/FlowStyle.qml b/qt6/src/qml/FlowStyle.qml index b52515f..322eb4e 100644 --- a/qt6/src/qml/FlowStyle.qml +++ b/qt6/src/qml/FlowStyle.qml @@ -7,7 +7,7 @@ import org.deepin.dtk 1.0 as D QtObject { property QtObject control: QtObject { - property int radius: 8 + property int radius: 6 property int spacing: 6 property int padding: 6 property int borderWidth: 1 @@ -96,7 +96,7 @@ QtObject { // Button property QtObject button: QtObject { property int width: 140 - property int height: 36 + property int height: 30 property int hPadding: control.radius property int vPadding: control.radius / 2.0 property int iconSize: 24 @@ -415,7 +415,7 @@ QtObject { property QtObject comboBox: QtObject { property int width: 240 - property int height: 36 + property int height: 30 property int padding: 8 property int spacing: 10 property int iconSize: 12 @@ -546,7 +546,7 @@ QtObject { property QtObject dialogWindow: QtObject { property int width: 120 property int height: 120 - property int contentHMargin: 10 + property int contentHMargin: 6 property int footerMargin: 10 property int titleBarHeight: 50 property int iconSize: 32