user: fix keyboard focus
This commit is contained in:
@@ -19,6 +19,7 @@ template UserPage : Box {
|
||||
|
||||
ListBoxRow {
|
||||
activatable: false;
|
||||
focusable: false;
|
||||
selectable: false;
|
||||
child:
|
||||
Box {
|
||||
@@ -51,6 +52,7 @@ template UserPage : Box {
|
||||
|
||||
ListBoxRow {
|
||||
name: "automatic_login";
|
||||
focusable: false;
|
||||
selectable: false;
|
||||
child:
|
||||
Box {
|
||||
@@ -77,6 +79,7 @@ template UserPage : Box {
|
||||
|
||||
ListBoxRow {
|
||||
activatable: false;
|
||||
focusable: false;
|
||||
selectable: false;
|
||||
child:
|
||||
Box {
|
||||
|
||||
Reference in New Issue
Block a user