aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/macos/GroupBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/macos/GroupBox.qml')
-rw-r--r--src/quickcontrols/macos/GroupBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols/macos/GroupBox.qml b/src/quickcontrols/macos/GroupBox.qml
index c44063d1fb..b3e9a292f6 100644
--- a/src/quickcontrols/macos/GroupBox.qml
+++ b/src/quickcontrols/macos/GroupBox.qml
@@ -6,7 +6,7 @@ import QtQuick.NativeStyle as NativeStyle
NativeStyle.DefaultGroupBox {
id: control
- font.pixelSize: background.styleFont(control).pixelSize
+
label: Item {
readonly property point labelPos : control.__nativeBackground
? background.labelPos