[gnome-music/wip/jfelder/new-playertoolbar: 13/14] playertoolbar: Set the width of the title and artist label
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/new-playertoolbar: 13/14] playertoolbar: Set the width of the title and artist label
- Date: Tue, 4 May 2021 14:18:18 +0000 (UTC)
commit b77006bc43b1ec0024e1a903b58fd608af857a91
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 8813affae..ba1a8f7b3 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]