summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2021-03-15 11:30:56 +0100
committerFelipe Borges <felipeborges@gnome.org>2021-03-15 11:31:26 +0100
commitc3e2fd34a6bce75d915c223171deb1fd0ddd56b5 (patch)
tree7214a365890c2c96b5b25d38b69e20c6a5357bf4
parent80fc9ec588969ea37483e29619bd3e642739ef3c (diff)
downloadgnome-control-center-c3e2fd34a6bce75d915c223171deb1fd0ddd56b5.tar.gz
network/connection-editor: Fix focus chain to allow keyboard navigation
Otherwise tabbing will never focus in the inner widgets.
-rw-r--r--panels/network/connection-editor/connection-editor.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/panels/network/connection-editor/connection-editor.ui b/panels/network/connection-editor/connection-editor.ui
index 746e86b1c..6a83f134e 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -42,7 +42,6 @@
<child>
<object class="GtkStack" id="toplevel_stack">
<property name="visible">True</property>
- <property name="can_focus">True</property>
<child>
<object class="GtkSpinner" id="spinner">
<property name="visible">True</property>