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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue