aboutsummaryrefslogtreecommitdiff
path: root/components/DatePicker.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/DatePicker.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/DatePicker.qml')
-rw-r--r--components/DatePicker.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/DatePicker.qml b/components/DatePicker.qml
index a41703d2..c60007a0 100644
--- a/components/DatePicker.qml
+++ b/components/DatePicker.qml
@@ -32,7 +32,7 @@ Item {
anchors.left: parent.left
anchors.right: parent.right
height: parent.height - 1
- radius: 4
+ //radius: 4
y: 0
color: "#DBDBDB"
}
@@ -41,7 +41,7 @@ Item {
anchors.left: parent.left
anchors.right: parent.right
height: parent.height - 1
- radius: 4
+ //radius: 4
y: 1
color: "#FFFFFF"
@@ -204,7 +204,7 @@ Item {
color: "#FFFFFF"
height: datePicker.expanded ? calendar.height : 0
clip: true
- radius: 4
+ //radius: 4
Behavior on height {
NumberAnimation { duration: 100; easing.type: Easing.InQuad }