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:
parent
486183a017
commit
a9290f86b9
|
@ -82,6 +82,10 @@
|
|||
<child>
|
||||
<object class="GtkLockButton" id="lock_button">
|
||||
<property name="halign">center</property>
|
||||
<style>
|
||||
<class name="suggested-action" />
|
||||
<class name="pill" />
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in New Issue