Design polish work

This commit is contained in:
Sander Ferdinand
2018-03-21 02:12:02 +01:00
committed by moneromooo-monero
parent 70983136bc
commit 57c0477fc6
5 changed files with 4 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ ListView {
property bool collapsed: index ? false : true
height: collapsed ? 180 * scaleRatio : 70 * scaleRatio
width: listView.width
color: "#CC000000"
color: "transparent"
function collapse(){
delegate.height = 180 * scaleRatio;