diff options
Diffstat (limited to 'app/Radio.qml')
-rw-r--r-- | app/Radio.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Radio.qml b/app/Radio.qml index e981219..f2aa727 100644 --- a/app/Radio.qml +++ b/app/Radio.qml @@ -41,8 +41,8 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Screen.width - height: Screen.height + width: Window.width + height: Window.height //scale: screenInfo.scale_factor() scale: 1 |