[gnome-music/wip/mschraal/default-icon-cleanups: 14/25] ui/PlayerToolbar: Make the artist/song sizing more adaptive




commit b9df6e64c958c7a3e015ffacf02a82c17a060957
Author: Marinus Schraal <mschraal gnome org>
Date:   Wed Aug 25 11:56:37 2021 +0200

    ui/PlayerToolbar: Make the artist/song sizing more adaptive
    
    The width-chars property was set for the artist and song title label,
    which results in a fixed size.
    
    Remove given property to give the other elements more space.
    
    Related: #464

 data/ui/PlayerToolbar.ui | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/data/ui/PlayerToolbar.ui b/data/ui/PlayerToolbar.ui
index 355043360..803ed2645 100644
--- a/data/ui/PlayerToolbar.ui
+++ b/data/ui/PlayerToolbar.ui
@@ -64,7 +64,6 @@
                 <property name="valign">start</property>
                 <property name="xalign">0</property>
                 <property name="ellipsize">middle</property>
-                <property name="width_chars">28</property>
                 <property name="max_width_chars">28</property>
                 <attributes>
                   <attribute name="weight" value="bold" />
@@ -79,7 +78,6 @@
                 <property name="valign">start</property>
                 <property name="xalign">0</property>
                 <property name="ellipsize">middle</property>
-                <property name="width_chars">28</property>
                 <property name="max_width_chars">28</property>
               </object>
             </child>


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