Tab targets on action buttons are irrelevant, remove them, we're not using action buttons
This commit is contained in:
parent
0965b287ca
commit
5708d85a38
3
Main.qml
3
Main.qml
@ -732,9 +732,6 @@ Rectangle {
|
|||||||
font: textFont.name
|
font: textFont.name
|
||||||
|
|
||||||
onClicked: sddm.login(username_input_box.text, password_input_box.text, session.index)
|
onClicked: sddm.login(username_input_box.text, password_input_box.text, session.index)
|
||||||
|
|
||||||
KeyNavigation.backtab: password_input_box
|
|
||||||
KeyNavigation.tab: reboot_button
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user