aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2020-01-14 22:02:02 -0300
committerGitHub <noreply@github.com>2020-01-14 22:02:02 -0300
commitcc22693504111dd23290a0ec52224c330b0e55b4 (patch)
treebd0a1502db6bd66c93001f8212d002f4f79b695a /components
parent43f378b7d282fe595f681c3b1a9f27c97255f70e (diff)
downloadmonzero-gui-cc22693504111dd23290a0ec52224c330b0e55b4.tar.gz
monzero-gui-cc22693504111dd23290a0ec52224c330b0e55b4.tar.xz
monzero-gui-cc22693504111dd23290a0ec52224c330b0e55b4.zip
StandardDropdown: remove dots from upper corners
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 }
}