aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-27 20:41:15 +0200
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commit0bfff8844e113d36a538d2bb0109541a3edc95e6 (patch)
tree3388abf017c7c67739d35d1fc146a5ac71e1353d /components
parent3c2404473672991b51cbe6ec6d2d9326e9f85ca8 (diff)
downloadmonzero-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.qml1
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
}
}