main: Remove has-default from buttons

This property is read-only in GTK4.
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-08 17:27:11 -03:00
parent 8a8fe7b346
commit 0134e5d875
1 changed files with 0 additions and 2 deletions

View File

@ -82,7 +82,6 @@
<child>
<object class="GtkLockButton" id="lock_button">
<property name="halign">center</property>
<property name="has-default">True</property>
</object>
</child>
</object>
@ -103,7 +102,6 @@
<object class="GtkButton" id="user_accounts_panel_button">
<property name="label" translatable="yes">_User Settings</property>
<property name="halign">center</property>
<property name="has-default">True</property>
<property name="use-underline">True</property>
<style>
<class name="suggested-action"/>