[gnome-music] Adjust postion of the album details



commit 0416b39563dc7b53aae015c14d2331a11b9573c6
Author: Seif Lotfy <seif lotfy com>
Date:   Wed May 8 15:45:43 2013 +0200

    Adjust postion of the album details

 data/AlbumWidget.ui |    2 +-
 src/widgets.js      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/AlbumWidget.ui b/data/AlbumWidget.ui
index 38d2717..dc82441 100644
--- a/data/AlbumWidget.ui
+++ b/data/AlbumWidget.ui
@@ -11,7 +11,7 @@
         <property name="can_focus">False</property>
         <property name="halign">end</property>
         <property name="margin_left">32</property>
-        <property name="margin_right">32</property>
+        <property name="margin_right">3</property>
         <property name="margin_top">64</property>
         <property name="margin_bottom">64</property>
         <property name="vexpand">True</property>
diff --git a/src/widgets.js b/src/widgets.js
index 6ceffd7..ec6a4e6 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -97,7 +97,7 @@ const AlbumWidget = new Lang.Class({
         let listWidget = this.view.get_generic_view();
 
         var cols = listWidget.get_columns()
-        cols[0].set_max_width(310)
+        cols[0].set_max_width(370)
         var cells = cols[0].get_cells()
         cells[2].visible = false
         cells[1].visible = false


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