leftPanel gradient background

This commit is contained in:
Sander Ferdinand
2017-11-22 00:14:38 +01:00
committed by moneromooo-monero
parent 9f0874ee06
commit 8fbd8b99d7
5 changed files with 16 additions and 19 deletions

View File

@@ -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