shell: make Devices and Details rows selectable

Currently, while navigating using keyboard, the "Devices" and
"Details" rows of the GtkListBox in the sidebar don't seem to be
selected visually. Fix that by setting "selectable" property of those
two widgets as TRUE.

https://bugzilla.gnome.org/show_bug.cgi?id=786849
This commit is contained in:
Jonathan Kang 2017-08-29 17:09:28 +08:00 committed by Rui Matos
parent d1cc2ae6c2
commit 82a7277499

View file

@ -16,7 +16,6 @@
<object class="GtkListBoxRow" id="devices_row">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="selectable">False</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
@ -75,7 +74,6 @@
<object class="GtkListBoxRow" id="details_row">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="selectable">False</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>