NeochatMaximizeComponent.qml: Add sourceWidth and sourceHeight
Depends on: https://invent.kde.org/libraries/kirigami-addons/-/merge_requests/103
This commit is contained in:
committed by
Shubham Arora
parent
df849accfa
commit
aae5519bed
@@ -22,6 +22,8 @@ Components.AlbumMaximizeComponent {
|
||||
source: root.modelData.delegateType === MessageEventModel.Video ? modelData.progressInfo.localPath : modelData.mediaInfo.source
|
||||
tempSource: modelData.mediaInfo.tempInfo.source
|
||||
caption: modelData.display
|
||||
sourceWidth: modelData.mediaInfo.width
|
||||
sourceHeight: modelData.mediaInfo.height
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user