[gnome-music/wip/jfelder/gtk4-v3: 65/98] ui/searchview: 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: 65/98] ui/searchview: Use focusable property instead of can-focus
- Date: Thu, 3 Feb 2022 05:35:51 +0000 (UTC)
commit 0a020c1368bc5ec58bb66889c4bbf49bf2208341
Author: Jean Felder <jfelder src gnome org>
Date: Thu Feb 3 00:20:35 2022 +0100
ui/searchview: 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/SearchView.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index 08716ffce..7f2ff0ab4 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -25,7 +25,7 @@
<property name="orientation">horizontal</property>
<child>
<object class="GtkLabel">
- <property name="can_focus">False</property>
+ <property name="focusable">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Artists</property>
<style>
@@ -70,7 +70,7 @@
<property name="orientation">horizontal</property>
<child>
<object class="GtkLabel">
- <property name="can_focus">False</property>
+ <property name="focusable">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Albums</property>
<style>
@@ -115,7 +115,7 @@
<property name="orientation">horizontal</property>
<child>
<object class="GtkLabel">
- <property name="can_focus">False</property>
+ <property name="focusable">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Songs</property>
<style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]