diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-05-29 16:57:43 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 17:55:07 +0300 |
commit | 53825f5e66199f4367d659cbdf20f75979d70896 (patch) | |
tree | 1b2d3e2c62eb656c679433887e7b79cead5d94cf /app | |
parent | b4b22f3269ff177b96ed366333c8d4c2debb8554 (diff) |
Radio.qml: Use the windows width and heightjellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.39.99.29.99.1
Bug-AGL: SPEC-3447
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ic24401e6220b74f44a2165d82d802c3fb203554e
Diffstat (limited to 'app')
-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 |