[pim/mimetreeparser] src/quick/qml/private: Set content height on Flickable too
Claudio Cambra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 46d481a32dc7c3eced14132fa636318c0c7f52f2 by Claudio Cambra.
Committed on 16/08/2026 at 16:51.
Pushed by clau-cambra into branch 'master'.
Set content height on Flickable too
M +1 -0 src/quick/qml/private/HtmlPart.qml
https://invent.kde.org/pim/mimetreeparser/-/commit/46d481a32dc7c3eced14132fa636318c0c7f52f2
diff --git a/src/quick/qml/private/HtmlPart.qml b/src/quick/qml/private/HtmlPart.qml
index 89c79e3..45630a2 100644
--- a/src/quick/qml/private/HtmlPart.qml
+++ b/src/quick/qml/private/HtmlPart.qml
@@ -33,6 +33,7 @@ Item {
clip: true
boundsBehavior: Flickable.StopAtBounds
contentWidth: root.contentWidth
+ contentHeight: root.contentHeight
WebEngineView {
id: htmlView