[gnome-music/wip/mschraal/focus-fixes: 1/2] ui/SongWidget: Make focusable




commit e90373a81f2259be3e703ee38f60e8d0eb671e54
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri May 20 09:33:31 2022 +0200

    ui/SongWidget: Make focusable

 data/ui/SongWidget.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/SongWidget.ui b/data/ui/SongWidget.ui
index 482fd763f..ab76bf654 100644
--- a/data/ui/SongWidget.ui
+++ b/data/ui/SongWidget.ui
@@ -2,7 +2,7 @@
 <interface>
   <requires lib="gtk" version="4.0"/>
   <template class="SongWidget" parent="GtkListBoxRow">
-    <property name="focusable">False</property>
+    <property name="focusable">True</property>
     <property name="selectable">False</property>
     <child>
       <object class="GtkBox" id="box1">


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