main: Remove can-default
This commit is contained in:
parent
adaea91a4c
commit
977b82f681
|
@ -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="can-default">True</property>
|
|
||||||
<property name="has-default">True</property>
|
<property name="has-default">True</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
@ -104,7 +103,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="can-default">True</property>
|
|
||||||
<property name="has-default">True</property>
|
<property name="has-default">True</property>
|
||||||
<property name="use-underline">True</property>
|
<property name="use-underline">True</property>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue