[gnome-music/wip/jfelder/gtk4-v3: 140/144] ui/albumcover: Use focusable property instead of can-focus




commit 303ca4113859108a0f4fc72fa67df9cdc7d73118
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Feb 3 21:06:22 2022 +0100

    ui/albumcover: Use focusable property instead of can-focus
    
    The can-focus property has been renamed to focusable in Gtk4 and the
    new can-focus property means that the focus cannot enter the widget or
    any of its descendents.

 data/ui/SongWidgetMenu.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/SongWidgetMenu.ui b/data/ui/SongWidgetMenu.ui
index 7898a8cf5..e7186ab27 100644
--- a/data/ui/SongWidgetMenu.ui
+++ b/data/ui/SongWidgetMenu.ui
@@ -6,7 +6,7 @@
     <property name="visible">False</property>
     <child>
       <object class="GtkBox">
-        <property name="can-focus">False</property>
+        <property name="focusable">False</property>
         <property name="margin-bottom">6</property>
         <property name="margin-end">6</property>
         <property name="margin-start">6</property>


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