summaryrefslogtreecommitdiff
path: root/components/RadioButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/RadioButton.qml')
-rw-r--r--components/RadioButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/RadioButton.qml b/components/RadioButton.qml
index c6ff4a0f..c633ab01 100644
--- a/components/RadioButton.qml
+++ b/components/RadioButton.qml
@@ -67,6 +67,7 @@ CheckBox {
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
elide: Text.ElideRight
+ renderType: Desktop.nativeTextRendering ? Text.NativeRendering : Text.QtRendering
}
}
}