Accounts.EditorAddPane: Add mnemonic to create button

This commit is contained in:
Adwait Rawat 2020-04-08 03:24:51 +09:00
parent f59ee8019a
commit a6ab4fba86

View file

@ -50,11 +50,12 @@
</child>
<child>
<object class="GtkButton" id="create_button">
<property name="label" translatable="yes">Create</property>
<property name="label" translatable="yes">_Create</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_create_button_clicked" swapped="no"/>
<style>
<class name="suggested-action"/>