dbusServices/extensions: Use default style class

libadwaita provides a series of style classes as part of its API.
Use those instead of meddling manually with the font size.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2012>
This commit is contained in:
Florian Müllner 2022-01-21 20:04:33 +01:00 committed by Marge Bot
parent 7a8b636028
commit cd9532c678

View File

@ -13,11 +13,8 @@
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Somethings gone wrong</property>
<attributes>
<attribute name="scale" value="1.44"/> <!-- x-large -->
</attributes>
<style>
<class name="dim-label"/>
<class name="title-1"/>
</style>
</object>
</child>