summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/MediaPlayer.qml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml
index 74fcf2e..063fb55 100644
--- a/app/MediaPlayer.qml
+++ b/app/MediaPlayer.qml
@@ -94,10 +94,9 @@ ApplicationWindow {
Item {
id: container
anchors.centerIn: parent
- width: Window.width
- height: Window.height
- //scale: screenInfo.scale_factor()
- scale: 1
+ height: 1920 - 215 - 218
+ width: 1080
+ scale: (Screen.width/ 1080.0)
ColumnLayout {
anchors.fill: parent