diff --git a/sandbox/DemoApp.qml b/sandbox/DemoApp.qml index ebc61d62..e4079aea 100644 --- a/sandbox/DemoApp.qml +++ b/sandbox/DemoApp.qml @@ -11,7 +11,7 @@ import StatusQ.Popups 0.1 Rectangle { id: demoApp height: 602 - width: 902 + width: 1002 border.width: 1 border.color: Theme.palette.baseColor2 diff --git a/sandbox/main.qml b/sandbox/main.qml index 9c1c5bee..5455a7e7 100644 --- a/sandbox/main.qml +++ b/sandbox/main.qml @@ -15,7 +15,7 @@ import StatusQ.Platform 0.1 StatusWindow { id: rootWindow width: Qt.platform.os == "ios" || Qt.platform.os == "android" ? Screen.width - : 1024 + : 1224 height: Qt.platform.os == "ios" || Qt.platform.os == "android" ? Screen.height :840 visible: true