mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
window: Use toolbar view for accounts page
We also set the title centering policy to strict. This is only needed since the title is in a stack.
This commit is contained in:
parent
b92dba6090
commit
cb32f77052
1 changed files with 4 additions and 5 deletions
|
@ -158,11 +158,10 @@
|
|||
<object class="GtkStackPage">
|
||||
<property name="name">accounts</property>
|
||||
<property name="child">
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkHeaderBar">
|
||||
<property name="show-title-buttons">True</property>
|
||||
<object class="AdwToolbarView">
|
||||
<child type="top">
|
||||
<object class="AdwHeaderBar">
|
||||
<property name="centering-policy">strict</property>
|
||||
<child type="start">
|
||||
<object class="GtkButton">
|
||||
<property name="action-name">win.add_account</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue