main: Remove has-default from buttons
This property is read-only in GTK4.
This commit is contained in:
parent
8a8fe7b346
commit
0134e5d875
|
@ -82,7 +82,6 @@
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLockButton" id="lock_button">
|
<object class="GtkLockButton" id="lock_button">
|
||||||
<property name="halign">center</property>
|
<property name="halign">center</property>
|
||||||
<property name="has-default">True</property>
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
@ -103,7 +102,6 @@
|
||||||
<object class="GtkButton" id="user_accounts_panel_button">
|
<object class="GtkButton" id="user_accounts_panel_button">
|
||||||
<property name="label" translatable="yes">_User Settings</property>
|
<property name="label" translatable="yes">_User Settings</property>
|
||||||
<property name="halign">center</property>
|
<property name="halign">center</property>
|
||||||
<property name="has-default">True</property>
|
|
||||||
<property name="use-underline">True</property>
|
<property name="use-underline">True</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="suggested-action"/>
|
<class name="suggested-action"/>
|
||||||
|
|
Loading…
Reference in New Issue