[gnome-music/wip/mschraal/gtk4-pre-squash-backup: 244/254] artisttile: No longer a ListBoxRow
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4-pre-squash-backup: 244/254] artisttile: No longer a ListBoxRow
- Date: Thu, 17 Feb 2022 11:35:47 +0000 (UTC)
commit c3e46a9f4a8aece4c57aee9070e709bc375fc1e5
Author: Marinus Schraal <mschraal gnome org>
Date: Mon Feb 14 02:27:37 2022 +0100
artisttile: No longer a ListBoxRow
data/ui/ArtistTile.ui | 2 +-
gnomemusic/widgets/artisttile.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/ArtistTile.ui b/data/ui/ArtistTile.ui
index 02508bf79..28d4ecad1 100644
--- a/data/ui/ArtistTile.ui
+++ b/data/ui/ArtistTile.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
- <template class="ArtistTile" parent="GtkListBoxRow">
+ <template class="ArtistTile" parent="GtkBox">
<property name="focusable">False</property>
<child>
<object class="GtkBox">
diff --git a/gnomemusic/widgets/artisttile.py b/gnomemusic/widgets/artisttile.py
index 6233b17ac..429144d68 100644
--- a/gnomemusic/widgets/artisttile.py
+++ b/gnomemusic/widgets/artisttile.py
@@ -32,7 +32,7 @@ from gnomemusic.utils import ArtSize, DefaultIconType
@Gtk.Template(resource_path='/org/gnome/Music/ui/ArtistTile.ui')
-class ArtistTile(Gtk.ListBoxRow):
+class ArtistTile(Gtk.Box):
"""Row for sidebars
Contains a label and an optional checkbox.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]