[gnome-music/wip/mschraal/default-icon-cleanups: 15/24] ui/PlayerToolbar: Make the artist/song sizing more adaptive
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/default-icon-cleanups: 15/24] ui/PlayerToolbar: Make the artist/song sizing more adaptive
- Date: Thu, 26 Aug 2021 23:57:25 +0000 (UTC)
commit 01e39de19249511d31e7fe03787ffd4536ec3718
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]