Fix copy paste artifacts

This commit is contained in:
John Gibbon 2020-11-23 08:27:56 +01:00
parent c8f7f569a7
commit aec4666721
2 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ Flickable {
id: webPagePreview id: webPagePreview
onImplicitHeightChanged: { onImplicitHeightChanged: {
webPagePreviewLoader.height = webPagePreview.implicitHeight; overlayWebPagePreviewLoader.height = webPagePreview.implicitHeight;
} }
webPageData: overlayMessage.content.web_page webPageData: overlayMessage.content.web_page

View file

@ -282,8 +282,8 @@ SilicaFlickable {
asynchronous: true asynchronous: true
anchors.fill: chatPictureThumbnail anchors.fill: chatPictureThumbnail
source: chatInformationPage.isPrivateChat source: chatInformationPage.isPrivateChat
? "../components/chatInformationPage/ChatInformationProfilePictureList.qml" ? "ChatInformationProfilePictureList.qml"
: "../components/chatInformationPage/ChatInformationProfilePicture.qml" : "ChatInformationProfilePicture.qml"
} }
} }
leftMargin: imageContainer.getEased((imageContainer.minDimension + Theme.paddingMedium), 0, imageContainer.tweenFactor) + Theme.horizontalPageMargin leftMargin: imageContainer.getEased((imageContainer.minDimension + Theme.paddingMedium), 0, imageContainer.tweenFactor) + Theme.horizontalPageMargin