Skip to content

Commit

Permalink
[qml/components/ComicInfoPanel.qml] Add reference link in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Apr 2, 2024
1 parent 46b57cf commit 769041f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qml/components/ComicInfoPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 769041f

Please sign in to comment.