user-accounts: Use "title" styling for login history dialog header

See https://docs.gtk.org/gtk4/class.HeaderBar.html#gtkheaderbar-as-gtkbuildable

Fixes #1958
This commit is contained in:
Felipe Borges 2022-07-11 12:40:00 +02:00
parent 48497080b3
commit c2145cacf4

View file

@ -10,10 +10,13 @@
</accessibility>
<child internal-child="headerbar">
<object class="GtkHeaderBar" id="header_bar">
<child type="title">
<property name="title-widget">
<object class="GtkLabel" id="title_label">
<style>
<class name="title"/>
</style>
</object>
</child>
</property>
<child>
<object class="GtkBox">
<style>