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:
parent
48497080b3
commit
c2145cacf4
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue