mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Set a minimum width for the grid view.
This commit is contained in:
@ -45,6 +45,7 @@ Rectangle {
|
|||||||
color: backgroundColor
|
color: backgroundColor
|
||||||
width: parent.width - (info_container.visible ? info_container.width : 0)
|
width: parent.width - (info_container.visible ? info_container.width : 0)
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
Layout.minimumWidth: coverWidth + 100
|
||||||
height: parent.height
|
height: parent.height
|
||||||
anchors.margins: 0
|
anchors.margins: 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user