diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-06-22 10:09:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 10:09:11 +0200 |
| commit | 192b36f74f59881bddbb3f2653470df72d4c8b91 (patch) | |
| tree | d27532f6ed0e0a19f587533e48d289849e6cc0a4 | |
| parent | 453388f7444c08fed77f9d4e256666abc77c64dd (diff) | |
| download | monzero-gui-192b36f74f59881bddbb3f2653470df72d4c8b91.tar.gz monzero-gui-192b36f74f59881bddbb3f2653470df72d4c8b91.tar.xz monzero-gui-192b36f74f59881bddbb3f2653470df72d4c8b91.zip | |
StandardDropdown: remove dots from corners
| -rw-r--r-- | components/StandardDropdown.qml | 14 |
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 |
