diff options
author | Papoteur <papoteur@mageia.org> | 2019-03-30 08:04:29 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-03-31 11:46:24 +0200 |
commit | c43cf5480c37f8c5217cf7700e0ddd980be73e46 (patch) | |
tree | d20cac526e8270d8beaefc9414ed7dc15f660566 /qml | |
parent | 8b9fec16a5df1901abfefc091b4cc21a2efbefcb (diff) | |
download | mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar.gz mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar.bz2 mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.tar.xz mageiawelcome-c43cf5480c37f8c5217cf7700e0ddd980be73e46.zip |
Reduce the default size (mga#24572)
Diffstat (limited to 'qml')
-rw-r--r-- | qml/mw-ui.qml | 2 |
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 |