[gnome-music/wip/mschraal/core: 47/70] disclistboxwidget: Not sure whats going on with columns



commit e8fc57974e85b6737c86f99c7d894d88f984da80
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri May 31 18:11:21 2019 +0200

    disclistboxwidget: Not sure whats going on with columns

 gnomemusic/widgets/disclistboxwidget.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/widgets/disclistboxwidget.py b/gnomemusic/widgets/disclistboxwidget.py
index 457da0e2..6c88ac13 100644
--- a/gnomemusic/widgets/disclistboxwidget.py
+++ b/gnomemusic/widgets/disclistboxwidget.py
@@ -78,8 +78,8 @@ class DiscSongsFlowBox(Gtk.FlowBox):
         else:
             max_per_line = int(children_n / self._columns) + 1
 
-        self.props.max_children_per_line = max_per_line
-        self.props.min_children_per_line = max_per_line
+        # self.props.max_children_per_line = max_per_line
+        # self.props.min_children_per_line = max_per_line
 
 
 @Gtk.Template(resource_path='/org/gnome/Music/ui/DiscBox.ui')


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