[gnome-music/wip/jfelder/gtk4-v3: 30/169] ui/albumsview: Use focusable property instead of can-focus




commit 3e3dfd8c22ce623c3a624e982880b17b4ba15025
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Feb 3 00:29:23 2022 +0100

    ui/albumsview: 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/AlbumsView.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/AlbumsView.ui b/data/ui/AlbumsView.ui
index 2785e85fb..9480d560f 100644
--- a/data/ui/AlbumsView.ui
+++ b/data/ui/AlbumsView.ui
@@ -44,7 +44,7 @@
         <property name="name">widget</property>
         <property name="child">
           <object class="GtkScrolledWindow" id="_album_scrolled_window">
-            <property name="can_focus">False</property>
+            <property name="focusable">False</property>
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="hscrollbar_policy">never</property>


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