[gnome-music] gnome-music: increase the maximum width of the artist and track name



commit b473ba6e39a046dd3a7cffcd7536d282d08a8ff2
Author: pankaj agarwal <impankaj20 gmail com>
Date:   Thu Dec 10 02:30:20 2015 +0530

    gnome-music: increase the maximum width of the artist and track name
    
    To fix this bug I increased the max_width_chars of id "title" and "artist" from 12 to 42 so that it can 
use the space more efficiently.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734958

 data/PlayerToolbar.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/PlayerToolbar.ui b/data/PlayerToolbar.ui
index 142baf0..53028c6 100644
--- a/data/PlayerToolbar.ui
+++ b/data/PlayerToolbar.ui
@@ -149,7 +149,7 @@
                 <property name="xalign">0</property>
                 <property name="ellipsize">middle</property>
                 <property name="width_chars">8</property>
-                <property name="max_width_chars">12</property>
+                <property name="max_width_chars">42</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                   <attribute name="scale" value="0.90000000000000002"/>
@@ -170,7 +170,7 @@
                 <property name="xalign">0</property>
                 <property name="ellipsize">middle</property>
                 <property name="width_chars">8</property>
-                <property name="max_width_chars">12</property>
+                <property name="max_width_chars">42</property>
                 <attributes>
                   <attribute name="scale" value="0.90000000000000002"/>
                 </attributes>


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