aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-01-23 10:10:52 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-01-23 10:10:52 -0500
commit9bc6e041eec8cca3b61002e53ebef363363c5f03 (patch)
tree1cf4fa99e1436eef9b292a248b8fbdca027039aa /components
parent3bab6ccedf5c134c70c939ee4d7f19cbd19dda1e (diff)
parentcc22693504111dd23290a0ec52224c330b0e55b4 (diff)
downloadmonzero-gui-9bc6e041eec8cca3b61002e53ebef363363c5f03.tar.gz
monzero-gui-9bc6e041eec8cca3b61002e53ebef363363c5f03.tar.xz
monzero-gui-9bc6e041eec8cca3b61002e53ebef363363c5f03.zip
Merge pull request #2717
cc22693 StandardDropdown: remove dots from upper corners (rating89us)
Diffstat (limited to 'components')
-rw-r--r--components/StandardDropdown.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml
index dca9ebe9..8d13c2f3 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -137,20 +137,6 @@ Item {
height: dropdown.expanded ? columnid.height : 0
color: dropdown.pressedColor
- Rectangle {
- anchors.left: parent.left
- anchors.top: parent.top
- width: 3; height: 3
- color: dropdown.pressedColor
- }
-
- Rectangle {
- anchors.right: parent.right
- anchors.top: parent.top
- width: 3; height: 3
- color: dropdown.pressedColor
- }
-
Behavior on height {
NumberAnimation { duration: 100; easing.type: Easing.InQuad }
}