--amend
This commit is contained in:
parent
70128628ec
commit
3f0f8cb7d1
@ -206,6 +206,9 @@
|
||||
onClicked: sddm.login(name.text, password.text, sessionIndex)
|
||||
|
||||
KeyNavigation.backtab: layoutBox; KeyNavigation.tab: shutdownButton
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
textColor: "#282828"
|
||||
}
|
||||
|
||||
Button {
|
||||
@ -217,6 +220,9 @@
|
||||
onClicked: sddm.powerOff()
|
||||
|
||||
KeyNavigation.backtab: loginButton; KeyNavigation.tab: rebootButton
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
textColor: "#282828"
|
||||
}
|
||||
|
||||
Button {
|
||||
@ -228,6 +234,9 @@
|
||||
onClicked: sddm.reboot()
|
||||
|
||||
KeyNavigation.backtab: shutdownButton; KeyNavigation.tab: name
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
textColor: "#282828"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user