From 66ae26cf69793e89c95b73f0488a3da4fb7394c7 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Tue, 27 Aug 2019 10:55:54 +0800 Subject: Revert "Reindented and removed implicit code" This reverts commit 0791cac4bc4bd9fd6224f82efcdf07e9973a679d. --- main.qml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index e0ee73f..8fbb800 100644 --- a/main.qml +++ b/main.qml @@ -2,13 +2,17 @@ import QtQuick 2.12 import QtQuick.Controls 2.12 ApplicationWindow { - id: appWindow - width: 360 - height: 640 - visible: true - - StackView { - id: stackView - initialItem: Login {} - } + id: appWindow + width: 362 + height: 628 + visible: true + + StackView { + id: stackView + width: 362 + height: 628 + + initialItem: Login {} + } + } -- cgit v1.2.3