aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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