summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang Fan <sfanxiang@gmail.com>2017-11-03 20:24:45 +0800
committerRui Matos <tiagomatos@gmail.com>2017-11-08 15:34:02 +0100
commitf618a2212fb707237ecdde543a01ff7049f1e8ba (patch)
tree250e7ac2b81cdf85f9b4d540707a4aceb595ffd6
parentfe5ab55ec476ac4efc3a8db4d02b950a93a0597b (diff)
downloadgnome-control-center-f618a2212fb707237ecdde543a01ff7049f1e8ba.tar.gz
network/wifi: don't set unnecessary focus
When its parent is allowed focus, the actual control never gets the focus and is inaccessible from keyboard. https://bugzilla.gnome.org/show_bug.cgi?id=789860
-rw-r--r--panels/network/wifi.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/panels/network/wifi.ui b/panels/network/wifi.ui
index 554bb6d1b..8bb01ed82 100644
--- a/panels/network/wifi.ui
+++ b/panels/network/wifi.ui
@@ -7,7 +7,7 @@
<child>
<object class="GtkStack" id="main_stack">
<property name="visible">True</property>
- <property name="can-focus">True</property>
+ <property name="can-focus">False</property>
<property name="homogeneous">False</property>
<property name="transition_type">crossfade</property>
@@ -67,7 +67,7 @@
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
- <property name="can-focus">True</property>
+ <property name="can-focus">False</property>
<property name="hscrollbar-policy">never</property>
<child>
<object class="GtkViewport">
@@ -115,7 +115,7 @@
<child>
<object class="GtkListBoxRow">
<property name="visible">True</property>
- <property name="can-focus">True</property>
+ <property name="can-focus">False</property>
<property name="activatable">False</property>
<child>
<object class="GtkGrid">