diff options
Diffstat (limited to 'src/controls/Styles')
-rw-r--r-- | src/controls/Styles/Android/CheckBoxStyle.qml | 1 |
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 { |