Mainly testing
This commit is contained in:
13
Login.qml
13
Login.qml
@@ -100,7 +100,7 @@ SessionManagementScreen {
|
||||
id: passwordBox
|
||||
x: -470
|
||||
y: 248
|
||||
width: 945
|
||||
width: 825
|
||||
font.pointSize: fontSize + 20
|
||||
Layout.fillWidth: false
|
||||
|
||||
@@ -150,14 +150,20 @@ SessionManagementScreen {
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
PlasmaComponents3.Button {
|
||||
id: loginButton
|
||||
visible: false
|
||||
x: 370
|
||||
y: 238
|
||||
width: 105
|
||||
height: 73
|
||||
Accessible.name: i18nd("plasma-desktop-sddm-theme", "Log In")
|
||||
Layout.preferredHeight: passwordBox.implicitHeight
|
||||
Layout.preferredWidth: text.length === 0 ? loginButton.Layout.preferredHeight : -1
|
||||
|
||||
icon.name: text.length === 0 ? (root.LayoutMirroring.enabled ? "go-previous" : "go-next") : ""
|
||||
background: Rectangle {
|
||||
color: "transparent"
|
||||
}
|
||||
|
||||
text: root.showUsernamePrompt || userList.currentItem.needsPassword ? "" : i18n("Log In")
|
||||
onClicked: startLogin()
|
||||
@@ -166,3 +172,4 @@ SessionManagementScreen {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
background.png
BIN
background.png
Binary file not shown.
|
Before Width: | Height: | Size: 575 KiB After Width: | Height: | Size: 577 KiB |
Reference in New Issue
Block a user