[gnome-music] Fix scrollbar position on albums with a long list of tracks



commit 617e6269cc542fc7aacaa7797cb27b07bcee8be3
Author: Shivani Poddar <shivani poddar92 gmail com>
Date:   Wed Jul 17 19:29:00 2013 +0000

    Fix scrollbar position on albums with a long list of tracks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704242

 src/widgets.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/widgets.js b/src/widgets.js
index cd87866..e461ca6 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -153,6 +153,7 @@ const AlbumWidget = new Lang.Class({
         this.view.remove(child_view)
         view_box.add(child_view)
 
+        this.ui.get_object("scrolledWindow").set_placement(Gtk.CornerType.TOP_LEFT);
         this.add(this.ui.get_object("AlbumWidget"));
         this._addListRenderers();
         this.get_style_context().add_class("view");


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