[gnome-music/wip/mschraal/gtk4: 76/102] artistsview: Frame ShadowType is deprecated
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 76/102] artistsview: Frame ShadowType is deprecated
- Date: Mon, 8 Jun 2020 23:44:29 +0000 (UTC)
commit 409289698d4ceefbe6536eb1cff423c254cf75ab
Author: Marinus Schraal <mschraal gnome org>
Date: Wed Apr 29 01:48:39 2020 +0200
artistsview: Frame ShadowType is deprecated
gnomemusic/views/artistsview.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gnomemusic/views/artistsview.py b/gnomemusic/views/artistsview.py
index 877495ea..7898c2ea 100644
--- a/gnomemusic/views/artistsview.py
+++ b/gnomemusic/views/artistsview.py
@@ -158,8 +158,7 @@ class ArtistsView(Gtk.Box):
GObject.BindingFlags.SYNC_CREATE
| GObject.BindingFlags.BIDIRECTIONAL)
- artist_albums_frame = Gtk.Frame(
- shadow_type=Gtk.ShadowType.NONE, hexpand=True)
+ artist_albums_frame = Gtk.Frame(hexpand=True)
artist_albums_frame.add(self._artist_albums)
artist_albums_frame.show()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]