From da720f9da0a4d8f1c73a74e1d40726885f3d7f3e Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 18 Oct 2015 14:15:33 +0300 Subject: [PATCH] Move the language select buttons to the bottom of the page The alignment difference made them look a bit off right below the other elements. --- remote/qml/pages/PlaybackPage.qml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/remote/qml/pages/PlaybackPage.qml b/remote/qml/pages/PlaybackPage.qml index abbd0d8..daa48df 100644 --- a/remote/qml/pages/PlaybackPage.qml +++ b/remote/qml/pages/PlaybackPage.qml @@ -102,6 +102,14 @@ Page streamControl.playbackState = StreamControl.Paused; } } + } + + Column + { + width: parent.width + spacing: Theme.paddingLarge + anchors.bottom: page.bottom + anchors.bottomMargin: 2*Theme.paddingLarge ChannelSelect { -- 2.43.0