diff options
Diffstat (limited to 'src/controls/Styles/Base/CheckBoxStyle.qml')
| -rw-r--r-- | src/controls/Styles/Base/CheckBoxStyle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/CheckBoxStyle.qml b/src/controls/Styles/Base/CheckBoxStyle.qml index 5702ca754..a23c77210 100644 --- a/src/controls/Styles/Base/CheckBoxStyle.qml +++ b/src/controls/Styles/Base/CheckBoxStyle.qml @@ -101,7 +101,7 @@ Style { text: control.text anchors.centerIn: parent color: SystemPaletteSingleton.text(control.enabled) - renderType: Text.NativeRendering + renderType: Settings.isMobile ? Text.QtRendering : Text.NativeRendering } } /*! The background under indicator and label. */ |
