[gnome-music/wip/jfelder/gtk4-v3: 101/110] ui/albumcover: Use focusable property instead of can-focus
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/gtk4-v3: 101/110] ui/albumcover: Use focusable property instead of can-focus
- Date: Fri, 4 Feb 2022 04:30:28 +0000 (UTC)
commit b739b92518cefbbd363df24f35f87b2af1b51223
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]