diff options
Diffstat (limited to 'src/controls/Styles/Desktop/SpinBoxStyle.qml')
-rw-r--r-- | src/controls/Styles/Desktop/SpinBoxStyle.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controls/Styles/Desktop/SpinBoxStyle.qml b/src/controls/Styles/Desktop/SpinBoxStyle.qml index d7d32916..63fd32ce 100644 --- a/src/controls/Styles/Desktop/SpinBoxStyle.qml +++ b/src/controls/Styles/Desktop/SpinBoxStyle.qml @@ -53,6 +53,7 @@ Style { StyleItem {id: styleitem ; visible: false} property int renderType: Text.NativeRendering + property alias font: styleitem.font property Component panel: Item { id: style @@ -63,8 +64,6 @@ Style { property int horizontalAlignment: Qt.platform.os === "osx" ? Qt.AlignRight : Qt.AlignLeft property int verticalAlignment: Qt.AlignVCenter - property alias font: styleitem.font - property color foregroundColor: SystemPaletteSingleton.text(control.enabled) property color backgroundColor: SystemPaletteSingleton.base(control.enabled) property color selectionColor: SystemPaletteSingleton.highlight(control.enabled) |