[gnome-music] nowplaying icon 1 pixel nudge down



commit 89536a8458ec277aa018409629b7c93028a8936d
Author: Sai <suman sai14 gmail com>
Date:   Thu May 16 19:26:07 2013 +0530

    nowplaying icon 1 pixel nudge down
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700309

 src/widgets.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/widgets.js b/src/widgets.js
index fecbffe..083f97d 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -103,6 +103,7 @@ const AlbumWidget = new Lang.Class({
 
         var columnNowPlaying = new Gtk.TreeViewColumn();
         nowPlayingSymbolRenderer.set_property("xalign", 1.0);
+        nowPlayingSymbolRenderer.set_property("yalign", 0.6);
         columnNowPlaying.pack_start(nowPlayingSymbolRenderer, false)
         columnNowPlaying.set_property('fixed-width', 24)
         columnNowPlaying.add_attribute(nowPlayingSymbolRenderer, "visible", 3);
@@ -375,6 +376,7 @@ const ArtistAlbumWidget = new Lang.Class({
                     songWidget.title = ui.get_object("title");
                     songWidget.nowPlayingSign = ui.get_object("image1");
                     songWidget.nowPlayingSign.set_from_pixbuf(nowPlayingPixbuf);
+                    songWidget.nowPlayingSign.set_alignment(0.0,0.6);
                     songWidget.nowPlayingSign.set_no_show_all("true");
                 }
                 this.ui.get_object("grid1").show_all();


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