summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-11-06 12:12:56 +0100
committerPekka Gehör <pekka.gehor@qt.io>2021-01-20 16:00:29 +0200
commite03a50d6347a74f404eb237f0acde67fea437770 (patch)
tree2db9be0d7d74af46dc06a6e3bf0addcf5416c43d
parent9b227a2ec3d62af2d3674b8ceb91297c27adeb4d (diff)
downloadqtquickcontrols-e03a50d6347a74f404eb237f0acde67fea437770.tar.gz
[Android] Fix CheckBox rtl issues
* Fix rtl issues as on the FontDialog * Fixed rtl issues of the CheckBox Fixes: QTBUG-62240 Change-Id: I72a4fa8cae88d18aef779a85e848a06fe1cd9965 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/controls/Styles/Android/CheckBoxStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Android/CheckBoxStyle.qml b/src/controls/Styles/Android/CheckBoxStyle.qml
index d921aef1..1e0541d9 100644
--- a/src/controls/Styles/Android/CheckBoxStyle.qml
+++ b/src/controls/Styles/Android/CheckBoxStyle.qml
@@ -66,6 +66,7 @@ Style {
window_focused: control.Window.active
styleDef: panel.styleDef.CompoundButton_button
anchors.verticalCenter: parent.verticalCenter
+ anchors.left: parent.left
}
LabelStyle {