[geary: 1/2] Accounts.EditorAddPane: Add mnemonic to create button



commit a6ab4fba8678d9a44a685e88a7656a9fd5d3c264
Author: Adwait Rawat <adwait rawat gmail com>
Date:   Wed Apr 8 03:24:51 2020 +0900

    Accounts.EditorAddPane: Add mnemonic to create button

 ui/accounts_editor_add_pane.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ui/accounts_editor_add_pane.ui b/ui/accounts_editor_add_pane.ui
index 8d942c33..0c01a4c1 100644
--- a/ui/accounts_editor_add_pane.ui
+++ b/ui/accounts_editor_add_pane.ui
@@ -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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]