Git commit f7d858681adcc6f107e72551915e548207315f97 by Martin Klapetek. Committed on 14/05/2016 at 18:28. Pushed by mklapetek into branch 'master'. [app] Make the default window size a bit smaller on desktop Doesn't matter for mobile, but on desktop, it takes QT_DEVICE_PIXEL_RATIO into context. M +3 -3 app/package/contents/ui/main.qml http://commits.kde.org/spacebar/f7d858681adcc6f107e72551915e548207315f97 diff --git a/app/package/contents/ui/main.qml b/app/package/contents/ui/mai= n.qml index fac0ff0..5bdb303 100644 --- a/app/package/contents/ui/main.qml +++ b/app/package/contents/ui/main.qml @@ -25,9 +25,9 @@ import org.kde.kirigami 1.0 as Kirigami = Kirigami.ApplicationWindow { id: root - - width: 800 - height: 1080 + width: 500 + height: 800 + visible: true = property string requestedChannel =