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() {