aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-17 13:14:27 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-17 13:14:27 +0200
commitc26e1376db5e10a02d8cd492188ba52390d4d66d (patch)
tree277905c1336be5349c0ee4e6647df620de4447d0 /components/LineEdit.qml
parent98c208280821f9cc76579218aa8266ce4f865d9f (diff)
downloadmonzero-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/LineEdit.qml')
-rw-r--r--components/LineEdit.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index 0e5c7dc5..d0bec01b 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -9,14 +9,14 @@ Item {
anchors.fill: parent
anchors.bottomMargin: 1
color: "#DBDBDB"
- radius: 4
+ //radius: 4
}
Rectangle {
anchors.fill: parent
anchors.topMargin: 1
color: "#FFFFFF"
- radius: 4
+ //radius: 4
}
Input {