aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-06-22 10:09:11 +0200
committerGitHub <noreply@github.com>2021-06-22 10:09:11 +0200
commit192b36f74f59881bddbb3f2653470df72d4c8b91 (patch)
treed27532f6ed0e0a19f587533e48d289849e6cc0a4 /components
parent453388f7444c08fed77f9d4e256666abc77c64dd (diff)
downloadmonzero-gui-192b36f74f59881bddbb3f2653470df72d4c8b91.tar.gz
monzero-gui-192b36f74f59881bddbb3f2653470df72d4c8b91.tar.xz
monzero-gui-192b36f74f59881bddbb3f2653470df72d4c8b91.zip
StandardDropdown: remove dots from 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 487f233e..145dc92e 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -209,20 +209,6 @@ ColumnLayout {
text: ""
}
- Rectangle {
- anchors.left: parent.left
- anchors.top: parent.top
- width: 3; height: 3
- color: parent.color
- }
-
- Rectangle {
- anchors.right: parent.right
- anchors.top: parent.top
- width: 3; height: 3
- color: parent.color
- }
-
MouseArea {
id: itemArea
anchors.fill: parent