Improve image size limiting
This commit is contained in:
parent
9ed0e887bd
commit
aff58272c6
@ -142,6 +142,7 @@ EventDelegateChooser {
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: tempWidth
|
||||
Layout.maximumHeight: timelineView.height / 8
|
||||
containerHeight: timelineView.height
|
||||
}
|
||||
}
|
||||
|
@ -117,6 +117,7 @@ AbstractButton {
|
||||
source: url != "" ? (url.replace("mxc://", "image://MxcImage/") + "?scale") : ""
|
||||
asynchronous: true
|
||||
fillMode: Image.PreserveAspectFit
|
||||
horizontalAlignment: Image.AlignLeft
|
||||
smooth: true
|
||||
mipmap: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user