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




commit 58719f8e2807e90f6fc0383b4f3d4a4531a463a5
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 02564235d..b6e0ac2f1 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">30</property>
+                <property name="max_width_chars">30</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">30</property>
+                <property name="max_width_chars">30</property>
                 <style>
                   <class name="player-artist-label"/>
                 </style>


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