From a98502630860c35ab3b3fe40ea4861afe55be7b5 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:45:48 +0100 Subject: [PATCH] Update: moved SessionButton to LoginForm.qml v2 --- Components/LoginForm.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Components/LoginForm.qml b/Components/LoginForm.qml index d44b9c4..b623c59 100644 --- a/Components/LoginForm.qml +++ b/Components/LoginForm.qml @@ -41,9 +41,6 @@ ColumnLayout { SessionButton { id: sessionSelect - // anchors.bottom: parent.bottom - // anchors.bottomMargin: parent.height/16 - // Layout.bottomMargin: parent.height/16 Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom Layout.preferredHeight: root.height / 14 Layout.maximumHeight: root.height / 14