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
|
id: webPagePreview
|
||||||
|
|
||||||
onImplicitHeightChanged: {
|
onImplicitHeightChanged: {
|
||||||
webPagePreviewLoader.height = webPagePreview.implicitHeight;
|
overlayWebPagePreviewLoader.height = webPagePreview.implicitHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
webPageData: overlayMessage.content.web_page
|
webPageData: overlayMessage.content.web_page
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue