From 349c8d406ccfb07c1e248b59c4569cde874a7518 Mon Sep 17 00:00:00 2001 From: "E.S. Rosenberg a.k.a. Keeper of the Keys" Date: Mon, 1 Apr 2024 00:21:07 +0300 Subject: [PATCH] Make some variables more explicit --- qml/PlayerPage.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/PlayerPage.qml b/qml/PlayerPage.qml index 52c6d3d..9bb6212 100644 --- a/qml/PlayerPage.qml +++ b/qml/PlayerPage.qml @@ -34,6 +34,7 @@ Page { id: flickable anchors.fill: parent + contentWidth: isPortrait ? Screen.width : Screen.height contentHeight: isPortrait ? artColumn.height + infoColumn.height : Math.max(artColumn.height + infoColumn.height) PullDownMenu { @@ -61,7 +62,7 @@ Page { Flow { id: pageFlow - width: parent.width + width: playerPage.width Column { id: artColumn