forked from qt-creator/qt-creator
Git: Remove "Sign off" shortcut from submit editor
The new "Sign off" option in Git submit editor had the shortcut Alt+S, which conflicted with the shortcut for "Diff Selected Files". As "Sign off" will most likey be used seldom, the shortcut is removed. Change-Id: Id7763277da304834e9dc5d850272dd5fc207fcb9 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tasuku Suzuki <tasuku.suzuki@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="signOffCheckBox">
|
||||
<property name="text">
|
||||
<string>&Sign off</string>
|
||||
<string>Sign off</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user