Merge main
This commit is contained in:
@@ -32,16 +32,15 @@ Item {
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
spacing: Dimensions.m
|
||||
anchors.centerIn: parent
|
||||
spacing: Dimensions.m
|
||||
|
||||
Label {
|
||||
font: Typography.h1
|
||||
text: qsTr("Login")
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.bottomMargin: Dimensions.l
|
||||
font: Typography.h1
|
||||
text: qsTr("Login")
|
||||
}
|
||||
|
||||
Field {
|
||||
label: qsTr("Benutzername")
|
||||
|
||||
@@ -78,11 +77,11 @@ Item {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
Layout.topMargin: Dimensions.m
|
||||
implicitWidth: parent.width
|
||||
icon.source: "qrc:/images/ArrowRightEndOnRectangle.svg"
|
||||
text: qsTr("Login")
|
||||
width: parent.width
|
||||
|
||||
onClicked: {
|
||||
if (benutzerName.text.trim() && passwort.text.trim())
|
||||
|
||||
Reference in New Issue
Block a user