Fix image reply sizing
Use height rather than implicitHeight for the loader so that replies with images always size properly
This commit is contained in:
@@ -80,7 +80,7 @@ Item {
|
||||
GridLayout {
|
||||
id: mainLayout
|
||||
anchors.fill: parent
|
||||
implicitHeight: Math.max(replyAvatar.implicitHeight, replyName.implicitHeight) + loader.implicitHeight
|
||||
implicitHeight: Math.max(replyAvatar.implicitHeight, replyName.implicitHeight) + loader.height
|
||||
|
||||
rows: 2
|
||||
columns: 3
|
||||
|
||||
Reference in New Issue
Block a user