diff --git a/qml/components/MessageOverlayFlickable.qml b/qml/components/MessageOverlayFlickable.qml index 13028db..cfcef90 100644 --- a/qml/components/MessageOverlayFlickable.qml +++ b/qml/components/MessageOverlayFlickable.qml @@ -162,7 +162,7 @@ Flickable { id: webPagePreview onImplicitHeightChanged: { - webPagePreviewLoader.height = webPagePreview.implicitHeight; + overlayWebPagePreviewLoader.height = webPagePreview.implicitHeight; } webPageData: overlayMessage.content.web_page diff --git a/qml/components/chatInformationPage/ChatInformationPageContent.qml b/qml/components/chatInformationPage/ChatInformationPageContent.qml index 09714da..0d63419 100644 --- a/qml/components/chatInformationPage/ChatInformationPageContent.qml +++ b/qml/components/chatInformationPage/ChatInformationPageContent.qml @@ -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