diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-07 18:19:30 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | f48cd1b82b758c7b4e396e523172f66b9b371c5b (patch) | |
| tree | b74b2fb6581280f863dd0cc9c80a45edc04a1eee /components/CheckBox.qml | |
| parent | 948669edbc6eecc84d6f5193fd3093d814bcdab4 (diff) | |
| download | monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.tar.gz monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.tar.xz monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.zip | |
Checkbox/Standard button development
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: { |
