[gnome-music/wip/merge: 287/343] fixed the width of the artists column in artists view.



commit c8dac582e877622c7d8c36abe60fa82a7005de7d
Author: Sai <suman sai14 gmail com>
Date:   Fri Jul 19 23:24:34 2013 +0530

    fixed the width of the artists column in artists view.

 gnomemusic/view.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index fbc989a..097153d 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -410,7 +410,6 @@ class Artists (ViewContainer):
         self.countQuery = Query.ARTISTS_COUNT
         self._artistAlbumsWidget = Gtk.Frame(
             shadow_type=Gtk.ShadowType.NONE,
-            hexpand=True
         )
         self.view.set_view_type(Gd.MainViewType.LIST)
         self.view.set_hexpand(False)
@@ -454,7 +453,8 @@ class Artists (ViewContainer):
             xpad=16,
             ypad=16,
             ellipsize=Pango.EllipsizeMode.END,
-            xalign=0.0
+            xalign=0.0,
+            width=220
         )
         list_widget.add_renderer(type_renderer, lambda *args: None, None)
         cols[0].clear_attributes(type_renderer)


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