From 8fbd8b99d7d04299d981b7f29256aeddfb7dec7e Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 22 Nov 2017 00:14:38 +0100 Subject: leftPanel gradient background --- components/MenuButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/MenuButton.qml') 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 -- cgit v1.2.3