diff --git a/native/MainPage.qml b/native/MainPage.qml index e42c572..797ce35 100644 --- a/native/MainPage.qml +++ b/native/MainPage.qml @@ -23,7 +23,6 @@ Rectangle { left: parent.left right: parent.right } - radius: 0 height: 50 color: getColors().midlight @@ -97,26 +96,11 @@ Rectangle { } } - - Button { - id: testB - anchors { - bottom: parent.bottom - left: parent.left - } - text: qsTr("Test Window") - - onClicked: { - var component = Qt.createComponent("Test.qml") - var window = component.createObject(root) - window.show() - } - } Button { id: loginScreenB anchors { - left: testB.right bottom: parent.bottom + left: parent.left }