]> git.tdb.fi Git - xinema.git/blob - remote/qml/components/StreamInfo.qml
Display stream size and codecs on the playback page
[xinema.git] / remote / qml / components / StreamInfo.qml
1 import QtQuick 2.0
2 import Sailfish.Silica 1.0
3
4 Label
5 {
6         anchors
7         {
8                 left: parent.left
9                 right: parent.right
10                 margins: Theme.horizontalPageMargin
11         }
12
13         horizontalAlignment: Text.AlignHCenter
14         color: Theme.secondaryColor
15         font.pixelSize: Theme.fontSizeSmall
16 }