From 192b36f74f59881bddbb3f2653470df72d4c8b91 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:09:11 +0200 Subject: [PATCH] StandardDropdown: remove dots from corners --- components/StandardDropdown.qml | 14 -------------- 1 file changed, 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