main: Make unlock button a pill

And set the 'suggested-action' style class too. This makes the
button more inline with modern GNOME HIG.
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-12 10:52:18 -03:00
parent 486183a017
commit a9290f86b9
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@
<child> <child>
<object class="GtkLockButton" id="lock_button"> <object class="GtkLockButton" id="lock_button">
<property name="halign">center</property> <property name="halign">center</property>
<style>
<class name="suggested-action" />
<class name="pill" />
</style>
</object> </object>
</child> </child>
</object> </object>