[gnome-music/wip/jfelder/gtk4-v3: 144/145] 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: 144/145] ui/albumcover: Use focusable property instead of can-focus
- Date: Thu, 3 Feb 2022 20:43:10 +0000 (UTC)
commit 2108c70deb6e5995f090c6d48f0ff2c1e8bffdc7
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]