From 6b73d33aad0e1eacf383eedbe07b80dabd40b182 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 28 Aug 2019 11:04:03 +0800 Subject: Reindented main.qml --- main.qml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 3ecbf0e..6bbb5af 100644 --- a/main.qml +++ b/main.qml @@ -2,16 +2,16 @@ import QtQuick 2.12 import QtQuick.Controls 2.12 ApplicationWindow { - id: appWindow - width: 362 - height: 628 - visible: true + id: appWindow + width: 362 + height: 628 + visible: true - StackView { - id: stackView - anchors.fill : parent + StackView { + id: stackView + anchors.fill : parent - initialItem: Login {} - } + initialItem: Login {} + } } -- cgit v1.2.3