[gnome-games] ui: Allow CollectionIconView.flow_box to have focus



commit df02f496d8419b8754349dceb110f9797ca8b7e7
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Feb 22 21:58:03 2017 +0100

    ui: Allow CollectionIconView.flow_box to have focus
    
    This fixes navigation in the flow box with the keyboard and makes
    navigation with the move_cursor() signal work.

 data/ui/collection-icon-view.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/collection-icon-view.ui b/data/ui/collection-icon-view.ui
index 9ddd149..44d69b3 100644
--- a/data/ui/collection-icon-view.ui
+++ b/data/ui/collection-icon-view.ui
@@ -27,7 +27,7 @@
         <child>
           <object class="GtkFlowBox" id="flow_box">
             <property name="visible">True</property>
-            <property name="can-focus">False</property>
+            <property name="can-focus">True</property>
             <property name="halign">fill</property>
             <property name="valign">start</property>
             <property name="margin-start">28</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]