Set a minimum width for the grid view.

This commit is contained in:
Luis Ángel San Martín
2016-04-18 18:50:33 +02:00
parent b63562f107
commit 6b9041c095

View File

@ -45,6 +45,7 @@ Rectangle {
color: backgroundColor
width: parent.width - (info_container.visible ? info_container.width : 0)
Layout.fillWidth: true
Layout.minimumWidth: coverWidth + 100
height: parent.height
anchors.margins: 0