diff options
Diffstat (limited to 'components/CheckBox.qml')
| -rw-r--r-- | components/CheckBox.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml index 8486eedc..f0b8ed9c 100644 --- a/components/CheckBox.qml +++ b/components/CheckBox.qml @@ -88,6 +88,8 @@ RowLayout { color: "#525252" wrapMode: Text.Wrap Layout.fillWidth: true + anchors.left: backgroundRect.right + anchors.leftMargin: !isMobile ? 10 : 8 MouseArea { anchors.fill: parent onClicked: { |
