[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [spacebar] app/package/contents/ui: [app] Make the default window size a bit smaller on desktop
From:       Martin Klapetek <mklapetek () kde ! org>
Date:       2016-05-14 18:35:25
Message-ID: E1b1ePN-0005D3-63 () scm ! kde ! org
[Download RAW message or body]

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
 =


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic