summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-03-30 08:04:29 +0100
committerPapoteur <papoteur@mageia.org>2019-03-31 11:46:24 +0200
commitc43cf5480c37f8c5217cf7700e0ddd980be73e46 (patch)
treed20cac526e8270d8beaefc9414ed7dc15f660566
parent8b9fec16a5df1901abfefc091b4cc21a2efbefcb (diff)
downloadmageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar
mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar.gz
mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar.bz2
mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar.xz
mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.zip
Reduce the default size (mga#24572)
-rw-r--r--qml/mw-ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index e97eb41..5096be4 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -11,7 +11,7 @@ import QtQuick.Dialogs 1.1
Rectangle {
id: box
- width: 1000 * Screen.devicePixelRatio; height: 700 * Screen.devicePixelRatio
+ width: 1000 * Screen.devicePixelRatio; height: 650 * Screen.devicePixelRatio
property alias view: view
//: For Right to Left language, set this string to RTL