--amend
This commit is contained in:
parent
70128628ec
commit
3f0f8cb7d1
@ -206,6 +206,9 @@
|
|||||||
onClicked: sddm.login(name.text, password.text, sessionIndex)
|
onClicked: sddm.login(name.text, password.text, sessionIndex)
|
||||||
|
|
||||||
KeyNavigation.backtab: layoutBox; KeyNavigation.tab: shutdownButton
|
KeyNavigation.backtab: layoutBox; KeyNavigation.tab: shutdownButton
|
||||||
|
font.family: "IBM Plex Sans"
|
||||||
|
font.pixelSize: 13
|
||||||
|
textColor: "#282828"
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
@ -217,6 +220,9 @@
|
|||||||
onClicked: sddm.powerOff()
|
onClicked: sddm.powerOff()
|
||||||
|
|
||||||
KeyNavigation.backtab: loginButton; KeyNavigation.tab: rebootButton
|
KeyNavigation.backtab: loginButton; KeyNavigation.tab: rebootButton
|
||||||
|
font.family: "IBM Plex Sans"
|
||||||
|
font.pixelSize: 13
|
||||||
|
textColor: "#282828"
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
@ -228,6 +234,9 @@
|
|||||||
onClicked: sddm.reboot()
|
onClicked: sddm.reboot()
|
||||||
|
|
||||||
KeyNavigation.backtab: shutdownButton; KeyNavigation.tab: name
|
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