summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml9
1 files changed, 5 insertions, 4 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index 717ade6..bd327f7 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -6,16 +6,17 @@ import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import QtGraphicalEffects 1
import QtQuick.Window 2
+import Qt.labs.settings 1.0
Rectangle {
id: box
width: 1000; height: 700
property alias view: view
- // For RTL tests
- //LayoutMirroring.enabled: true
- //LayoutMirroring.childrenInherit: true
-
+ Settings {
+ property alias width: box.width
+ property alias height: box.height
+ }
Component {
id: slidebackground
LinearGradient {