]> git.tdb.fi Git - xinema.git/blobdiff - remote/qml/pages/PlaybackPage.qml
Move the language select buttons to the bottom of the page
[xinema.git] / remote / qml / pages / PlaybackPage.qml
index abbd0d84ea95814d6b2eebb1d6a47aafe7731cd2..daa48dfd31482d0276e0e6434d7a3119e7cbb163 100644 (file)
@@ -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
                {