aboutsummaryrefslogtreecommitdiff
path: root/components/TableDropdown.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/TableDropdown.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/TableDropdown.qml')
-rw-r--r--components/TableDropdown.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/TableDropdown.qml b/components/TableDropdown.qml
index 69728a73..c3152e75 100644
--- a/components/TableDropdown.qml
+++ b/components/TableDropdown.qml
@@ -32,7 +32,7 @@ Item {
anchors.right: parent.right
height: parent.height - 1
y: dropdown.expanded || dropArea.height > 0 ? 0 : 1
- radius: 3
+ //radius: 3
color: dropdown.expanded || dropArea.height > 0 ? "#888888" : "#DBDBDB"
}
@@ -41,7 +41,7 @@ Item {
anchors.right: parent.right
height: parent.height - 1
y: dropdown.expanded || dropArea.height > 0 ? 1 : 0
- radius: 3
+ //radius: 3
color: dropdown.expanded || dropArea.height > 0 ? "#DBDBDB" : "#F0EEEE"
}
@@ -124,7 +124,7 @@ Item {
anchors.right: parent.right
height: 30
color: delegateArea.containsMouse ? "#F0EEEE" : "#DBDBDB"
- radius: index === repeater.count - 1 ? 5 : 0
+ //radius: index === repeater.count - 1 ? 5 : 0
Rectangle {
anchors.left: parent.left