[gnome-music/wip/mschraal/gtk4: 11/11] songwidget: flakefixes
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 11/11] songwidget: flakefixes
- Date: Tue, 28 Apr 2020 22:32:39 +0000 (UTC)
commit f0b0701a1abca4d2cbd2327cc540566047cc0d74
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]