From 769041f69d4a73b8e2971b0c6c8b0c12db873e63 Mon Sep 17 00:00:00 2001 From: olf Date: Wed, 3 Apr 2024 01:05:33 +0200 Subject: [PATCH] [qml/components/ComicInfoPanel.qml] Add reference link in comment --- qml/components/ComicInfoPanel.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/components/ComicInfoPanel.qml b/qml/components/ComicInfoPanel.qml index 8816c7b..39dd7eb 100644 --- a/qml/components/ComicInfoPanel.qml +++ b/qml/components/ComicInfoPanel.qml @@ -22,7 +22,8 @@ DockedPanel { width: isPortrait ? parent.width : 0.7 * parent.width height: isPortrait ? 0.7 * parent.height : parent.height contentHeight: height // Appears to be not necessary; tested on SFOS 3.2.1, but may be required - contentWidth: width // on Qt < 5.6. Makes absolutely sure that content is not flickable. + contentWidth: width // on Qt < 5.6. Makes absolutely sure that content is not flickable. See + // https://doc.qt.io/qt-5/qml-qtquick-flickable.html#flickableDirection-prop dock: isPortrait ? Dock.Bottom : Dock.Right function showComicInfo() {