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:
parent
d1cc2ae6c2
commit
82a7277499
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue