diff --git a/touch/Main.qml b/touch/Main.qml index fc282c9..4355af4 100644 --- a/touch/Main.qml +++ b/touch/Main.qml @@ -113,8 +113,9 @@ Item { anchors { right: parent.right - bottom: parent.bottom - bottomMargin: 30 * pgst.scalef + rightMargin: (opacity-1) * width + top: parent.top + topMargin: (Constants.layout.header.height * pgst.scalef - height) / 2 } text: 'Now Playing' diff --git a/touch/SlidePageHeader.qml b/touch/SlidePageHeader.qml index e1d51b2..46d60df 100644 --- a/touch/SlidePageHeader.qml +++ b/touch/SlidePageHeader.qml @@ -58,7 +58,7 @@ Item { anchors { left: icon.visible ? icon.right : parent.left right: parent.right - rightMargin: 20 * pgst.scalef + rightMargin: 20 * pgst.scalef + (throbber.width * throbber.opacity) leftMargin: 20 * pgst.scalef verticalCenter: parent.verticalCenter }