Fix copy paste artifacts
This commit is contained in:
parent
c8f7f569a7
commit
aec4666721
2 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,7 @@ Flickable {
|
|||
id: webPagePreview
|
||||
|
||||
onImplicitHeightChanged: {
|
||||
webPagePreviewLoader.height = webPagePreview.implicitHeight;
|
||||
overlayWebPagePreviewLoader.height = webPagePreview.implicitHeight;
|
||||
}
|
||||
|
||||
webPageData: overlayMessage.content.web_page
|
||||
|
|
|
@ -282,8 +282,8 @@ SilicaFlickable {
|
|||
asynchronous: true
|
||||
anchors.fill: chatPictureThumbnail
|
||||
source: chatInformationPage.isPrivateChat
|
||||
? "../components/chatInformationPage/ChatInformationProfilePictureList.qml"
|
||||
: "../components/chatInformationPage/ChatInformationProfilePicture.qml"
|
||||
? "ChatInformationProfilePictureList.qml"
|
||||
: "ChatInformationProfilePicture.qml"
|
||||
}
|
||||
}
|
||||
leftMargin: imageContainer.getEased((imageContainer.minDimension + Theme.paddingMedium), 0, imageContainer.tweenFactor) + Theme.horizontalPageMargin
|
||||
|
|
Loading…
Reference in a new issue