summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2018-09-11 15:07:46 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2018-09-11 12:14:15 +0000
commitfc59e65309ee8321c77e91e117916cf33fa66a11 (patch)
tree7cb75b0182fae6032f8a64d1069e4943cb6ead28
parent2242866544e682b6d604b6540e2e7e5fa36f3153 (diff)
Fix scale and rotate shortcuts
Rotate and Scale shortcuts were reversed. Now Scale is E and Rotate is R. Change-Id: I9b0cb4b97610ac39cad1824c9dc1346f781510a8 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/Authoring/Studio/MainFrm.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Authoring/Studio/MainFrm.ui b/src/Authoring/Studio/MainFrm.ui
index 4a1262cf..68ae9c85 100644
--- a/src/Authoring/Studio/MainFrm.ui
+++ b/src/Authoring/Studio/MainFrm.ui
@@ -605,10 +605,10 @@ Project palette using Import functionality.</string>
<string>Rotation Tool</string>
</property>
<property name="toolTip">
- <string>Rotate current selection (E)</string>
+ <string>Rotate current selection (R)</string>
</property>
<property name="shortcut">
- <string>E</string>
+ <string>R</string>
</property>
</action>
<action name="actionPosition_Tool">
@@ -641,10 +641,10 @@ Project palette using Import functionality.</string>
<string>Scale Tool</string>
</property>
<property name="toolTip">
- <string>Scale current selection (R)</string>
+ <string>Scale current selection (E)</string>
</property>
<property name="shortcut">
- <string>R</string>
+ <string>E</string>
</property>
</action>
<action name="actionLocal_Global_Manipulators">