From: Mikko Rasa Date: Sun, 18 Oct 2015 11:15:33 +0000 (+0300) Subject: Move the language select buttons to the bottom of the page X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=commitdiff_plain;h=da720f9da0a4d8f1c73a74e1d40726885f3d7f3e 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. --- 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 {