[partition] Change shortcut for "Create" to 'a'

Untangle the shortcuts; Create and Cancel had an overlap.
Skip 'r' (Revert all changes) and 'e' (Edit) and settle on
'a' (which might also mean "Add").

FIXES #977
This commit is contained in:
Adriaan de Groot 2018-06-18 13:28:35 +02:00
parent 391d63936f
commit 9d17e7210a

View file

@ -104,7 +104,7 @@
<item> <item>
<widget class="QPushButton" name="createButton"> <widget class="QPushButton" name="createButton">
<property name="text"> <property name="text">
<string>&amp;Create</string> <string>Cre&amp;ate</string>
</property> </property>
</widget> </widget>
</item> </item>