Merge pull request #194 from jgibbon/bugfix/copypaste

Fix copy paste artifacts
This commit is contained in:
Sebastian Wolf 2020-11-23 12:02:52 +01:00 committed by GitHub
commit d93b23cde4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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