gtk-adwaita: Fix window can't be narrow
like 320px. GTK by default displays texts without wrapping thus the
loading message sets minimum window size to its length.
Changes
1 changed files
(+2/-0)
<!-- ~libadwaita@1.7 -->
<class name="dim-label" />
</style>
+
<property name="wrap">true</property>
+
<property name="justify">center</property>
<property name="label">If it takes too long, make sure you enabled Plac extension on Roon's settings page.</property>
</object>
</child>
Authored by
Shota FUJI
Authored at
2025-06-06 17:44:47 +0900
Committed by
Shota FUJI
Committed at
2025-06-06 17:46:24 +0900
Signature
View
Object name
99f09410c891e6fa3a421a06502ecdb8b42115d4
Parent
041c8ae0
Tab width
1
2
3
4
6
8
12
Changing tab width requires JavaScript enabled.