]> git.tdb.fi Git - xinema.git/commitdiff
Move the language select buttons to the bottom of the page
authorMikko Rasa <tdb@tdb.fi>
Sun, 18 Oct 2015 11:15:33 +0000 (14:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 18 Oct 2015 11:15:33 +0000 (14:15 +0300)
The alignment difference made them look a bit off right below the other
elements.

remote/qml/pages/PlaybackPage.qml

index abbd0d84ea95814d6b2eebb1d6a47aafe7731cd2..daa48dfd31482d0276e0e6434d7a3119e7cbb163 100644 (file)
@@ -102,6 +102,14 @@ Page
                                        streamControl.playbackState = StreamControl.Paused;
                        }
                }
                                        streamControl.playbackState = StreamControl.Paused;
                        }
                }
+       }
+
+       Column
+       {
+               width: parent.width
+               spacing: Theme.paddingLarge
+               anchors.bottom: page.bottom
+               anchors.bottomMargin: 2*Theme.paddingLarge
 
                ChannelSelect
                {
 
                ChannelSelect
                {