summaryrefslogtreecommitdiffstats
path: root/startupscreen/StartupScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/StartupScreen.qml')
-rw-r--r--startupscreen/StartupScreen.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/startupscreen/StartupScreen.qml b/startupscreen/StartupScreen.qml
index 254dba2..36730bf 100644
--- a/startupscreen/StartupScreen.qml
+++ b/startupscreen/StartupScreen.qml
@@ -58,8 +58,8 @@ ApplicationWindow {
property bool isPortrait: height > width ? true : false
- width: 640
- height: 480
+ width: 960
+ height: 540
Timer {
interval: 1000