summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Base/ButtonStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Base/ButtonStyle.qml')
-rw-r--r--src/controls/Styles/Base/ButtonStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/ButtonStyle.qml b/src/controls/Styles/Base/ButtonStyle.qml
index 426e7f612..54576b7fd 100644
--- a/src/controls/Styles/Base/ButtonStyle.qml
+++ b/src/controls/Styles/Base/ButtonStyle.qml
@@ -141,7 +141,7 @@ Style {
}
Text {
id: text
- renderType: Text.NativeRendering
+ renderType: Settings.isMobile ? Text.QtRendering : Text.NativeRendering
anchors.verticalCenter: parent.verticalCenter
text: control.text
color: SystemPaletteSingleton.buttonText(control.enabled)