mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Set a minimum width for the grid view.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user