brmbarv3: Use full screen

This commit is contained in:
Petr Baudis 2012-10-16 22:45:57 +02:00
parent 906fc75f3c
commit 0b43a93c0d

View file

@ -159,5 +159,5 @@ ctx.setContextProperty('shop', ShopAdapter())
view.setSource('brmbar-gui-qt4/main.qml') view.setSource('brmbar-gui-qt4/main.qml')
view.show() view.showFullScreen()
app.exec_() app.exec_()