[gnome-music/wip/jfelder/new-playertoolbar: 13/14] playertoolbar: Set the width of the title and artist label




commit ddcf936386c1a829f89863ea311e77875eeb9922
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Jan 28 17:48:09 2021 +0100

    playertoolbar: Set the width of the title and artist label
    
    This prevents the scale and the buttons from being moved when the song
    changes.

 data/ui/PlayerToolbar.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/PlayerToolbar.ui b/data/ui/PlayerToolbar.ui
index ff629b378..a26b6b292 100644
--- a/data/ui/PlayerToolbar.ui
+++ b/data/ui/PlayerToolbar.ui
@@ -84,8 +84,8 @@
                 <property name="valign">start</property>
                 <property name="xalign">0</property>
                 <property name="ellipsize">middle</property>
-                <property name="width_chars">8</property>
-                <property name="max_width_chars">42</property>
+                <property name="width_chars">28</property>
+                <property name="max_width_chars">28</property>
                 <style>
                   <class name="player-title-label"/>
                 </style>
@@ -99,8 +99,8 @@
                 <property name="valign">start</property>
                 <property name="xalign">0</property>
                 <property name="ellipsize">middle</property>
-                <property name="width_chars">8</property>
-                <property name="max_width_chars">42</property>
+                <property name="width_chars">28</property>
+                <property name="max_width_chars">28</property>
                 <style>
                   <class name="player-artist-label"/>
                 </style>


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