Accounts.EditorAddPane: Add mnemonic to create button
This commit is contained in:
parent
f59ee8019a
commit
a6ab4fba86
1 changed files with 2 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue