diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-27 20:41:15 +0200 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | 0bfff8844e113d36a538d2bb0109541a3edc95e6 (patch) | |
| tree | 3388abf017c7c67739d35d1fc146a5ac71e1353d /components | |
| parent | 3c2404473672991b51cbe6ec6d2d9326e9f85ca8 (diff) | |
| download | monzero-gui-0bfff8844e113d36a538d2bb0109541a3edc95e6.tar.gz monzero-gui-0bfff8844e113d36a538d2bb0109541a3edc95e6.tar.xz monzero-gui-0bfff8844e113d36a538d2bb0109541a3edc95e6.zip | |
nettype comparison needs to be loose
Diffstat (limited to 'components')
| -rw-r--r-- | components/CheckBox2.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/CheckBox2.qml b/components/CheckBox2.qml index 667a950f..367037c2 100644 --- a/components/CheckBox2.qml +++ b/components/CheckBox2.qml @@ -80,7 +80,6 @@ RowLayout { anchors.centerIn: parent source: "../images/whiteDropIndicator.png" rotation: checkBox.checked ? 180 * scaleRatio : 0 - verticalAlignment: parent.verticalCenter } } |
