aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/MenuButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/MenuButton.qml b/components/MenuButton.qml
index 555a03b9..f3ba56f6 100644
--- a/components/MenuButton.qml
+++ b/components/MenuButton.qml
@@ -56,7 +56,7 @@ Rectangle {
return offset
}
- color: "black"
+ color: "transparent"
property bool present: !under || under.checked || checked || under.numSelectedChildren > 0
height: present ? ((appWindow.height >= 800) ? 44 * scaleRatio : 38 * scaleRatio ) : 0