diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-17 13:14:27 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-17 13:14:27 +0200 |
| commit | c26e1376db5e10a02d8cd492188ba52390d4d66d (patch) | |
| tree | 277905c1336be5349c0ee4e6647df620de4447d0 /components/CheckBox.qml | |
| parent | 98c208280821f9cc76579218aa8266ce4f865d9f (diff) | |
| download | monzero-gui-c26e1376db5e10a02d8cd492188ba52390d4d66d.tar.gz monzero-gui-c26e1376db5e10a02d8cd492188ba52390d4d66d.tar.xz monzero-gui-c26e1376db5e10a02d8cd492188ba52390d4d66d.zip | |
https://trello.com/c/MvCKKjjt/47-remove-radius-from-components
https://trello.com/c/9ux5ftqK/48-hide-hints-functionality
Diffstat (limited to 'components/CheckBox.qml')
| -rw-r--r-- | components/CheckBox.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml index f075e83c..9cfe38b3 100644 --- a/components/CheckBox.qml +++ b/components/CheckBox.qml @@ -13,7 +13,7 @@ Item { anchors.left: parent.left height: parent.height - 1 width: 25 - radius: 4 + //radius: 4 y: 0 color: "#DBDBDB" } @@ -22,7 +22,7 @@ Item { anchors.left: parent.left height: parent.height - 1 width: 25 - radius: 4 + //radius: 4 y: 1 color: "#FFFFFF" |
