aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/macos/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/macos/Button.qml')
-rw-r--r--src/quickcontrols/macos/Button.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quickcontrols/macos/Button.qml b/src/quickcontrols/macos/Button.qml
index 5fa56c2b13..bc13ab4626 100644
--- a/src/quickcontrols/macos/Button.qml
+++ b/src/quickcontrols/macos/Button.qml
@@ -7,6 +7,4 @@ import QtQuick.NativeStyle as NativeStyle
NativeStyle.DefaultButton {
id: control
readonly property Item __focusFrameTarget: control
-
- font.pixelSize: background.styleFont(control).pixelSize
}