diff options
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 |