better sizing uploaded images

This commit is contained in:
molan-git 2020-06-29 11:23:44 +02:00
parent 9e7d735a3b
commit b307fa81be

View file

@ -309,7 +309,7 @@ Page {
height: mediaModel.count ? Theme.itemSizeExtraLarge : 0
model: mediaModel
cellWidth: uploadedImages.width / 4
cellHeight: Theme.itemSizeExtraLarge
cellHeight: isPortrait ? cellWidth : Theme.itemSizeExtraLarge
delegate: BackgroundItem {
id: myDelegate
width: uploadedImages.cellWidth