[gnome-music/wip/mschraal/gtk4: 65/80] songwidget: flakefixes



commit d123358be62f4cbf39076386eee9c146f45c54e7
Author: Marinus Schraal <mschraal gnome org>
Date:   Wed Apr 29 00:24:18 2020 +0200

    songwidget: flakefixes

 gnomemusic/widgets/songwidget.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/widgets/songwidget.py b/gnomemusic/widgets/songwidget.py
index 5db26478..fbf41d6d 100644
--- a/gnomemusic/widgets/songwidget.py
+++ b/gnomemusic/widgets/songwidget.py
@@ -24,7 +24,6 @@
 
 from enum import IntEnum
 
-import gi
 from gi.repository import Gdk, GObject, Gtk
 
 from gnomemusic import utils
@@ -176,7 +175,8 @@ class SongWidget(Gtk.Box):
     #     allocation = self.get_allocation()
 
     #     self._drag_widget = Gtk.ListBox()
-    #     self._drag_widget.set_size_request(allocation.width, allocation.height)
+    #     self._drag_widget.set_size_request(
+    #         allocation.width, allocation.height)
 
     #     drag_row = SongWidget(self.props.coresong)
     #     self._drag_widget.add(drag_row)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]