diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-06-26 15:07:52 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-27 07:22:49 +0800 |
commit | c92cf925bd3ea4c04666155ad8c446f94235a88d (patch) | |
tree | f27c11967181cb31d6d22b8c05600b5d466f2c46 | |
parent | fa96ebeed73323d33dc1635a19cda8a24ed902b0 (diff) | |
download | subsurface-c92cf925bd3ea4c04666155ad8c446f94235a88d.tar.gz |
Reorder the 'View->View ..' list
Use Ctrl+1 for 'View All', while all the singular views follow
with Ctrl+2..5.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/mainwindow.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 1dfb8a27b..b1274b8ea 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -103,7 +103,7 @@ <x>0</x> <y>0</y> <width>763</width> - <height>20</height> + <height>18</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -144,11 +144,11 @@ <property name="title"> <string>View</string> </property> + <addaction name="actionViewAll"/> <addaction name="actionViewList"/> <addaction name="actionViewProfile"/> <addaction name="actionViewInfo"/> <addaction name="actionViewGlobe"/> - <addaction name="actionViewAll"/> <addaction name="separator"/> <addaction name="actionPreviousDC"/> <addaction name="actionNextDC"/> @@ -296,7 +296,7 @@ <string>View List</string> </property> <property name="shortcut"> - <string>Ctrl+1</string> + <string>Ctrl+2</string> </property> </action> <action name="actionViewProfile"> @@ -304,7 +304,7 @@ <string>View Profile</string> </property> <property name="shortcut"> - <string>Ctrl+2</string> + <string>Ctrl+3</string> </property> </action> <action name="actionViewInfo"> @@ -312,7 +312,7 @@ <string>View Info</string> </property> <property name="shortcut"> - <string>Ctrl+3</string> + <string>Ctrl+4</string> </property> </action> <action name="actionViewAll"> @@ -320,7 +320,7 @@ <string>View All</string> </property> <property name="shortcut"> - <string>Ctrl+5</string> + <string>Ctrl+1</string> </property> </action> <action name="actionPreviousDC"> @@ -367,7 +367,7 @@ <string>View Globe</string> </property> <property name="shortcut"> - <string>Ctrl+4</string> + <string>Ctrl+5</string> </property> </action> <action name="actionDivePlanner"> |