aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDropdown.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/StandardDropdown.qml')
-rw-r--r--components/StandardDropdown.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml
index 2818541e..f22cbab0 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -42,7 +42,7 @@ Item {
signal changed();
- height: 48 * scaleRatio
+ height: 40 * scaleRatio
onExpandedChanged: if(expanded) appWindow.currentItem = dropdown
function hide() { dropdown.expanded = false }
@@ -68,7 +68,7 @@ Item {
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
- height: 48 * scaleRatio
+ height: 40 * scaleRatio
Rectangle {
color: "transparent"