diff --git a/discover/qml/UpdatesPage.qml b/discover/qml/UpdatesPage.qml --- a/discover/qml/UpdatesPage.qml +++ b/discover/qml/UpdatesPage.qml @@ -194,20 +194,15 @@ } } - ScrollView { + QQC2.Label { id: view Layout.fillHeight: true Layout.fillWidth: true - frameVisible: true visible: layout.extended && changelog.length>0 - - QQC2.Label { - width: view.viewport.width - text: changelog - textFormat: Text.RichText - wrapMode: Text.WordWrap - onLinkActivated: Qt.openUrlExternally(link) - } + text: changelog + textFormat: Text.RichText + wrapMode: Text.WordWrap + onLinkActivated: Qt.openUrlExternally(link) } Button {