user-accounts: Fix focus in the account dialog
Making containers take focus is almost never right. In this case, it disrupts the focus chain in the dialog, because the focus gets stuck on the stack. https://bugzilla.gnome.org/show_bug.cgi?id=736223
This commit is contained in:
parent
eaed418f2a
commit
177166c65b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<child>
|
||||
<object class="GtkStack" id="stack">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="transition-type">none</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="margin_bottom">6</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue