From c43cf5480c37f8c5217cf7700e0ddd980be73e46 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 30 Mar 2019 08:04:29 +0100 Subject: Reduce the default size (mga#24572) --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml') 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 -- cgit v1.2.1