[PATCH 4/5] Reorder the 'View->View ..' list

Lubomir I. Ivanov neolit123 at gmail.com
Wed Jun 26 05:07:52 PDT 2013


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Use Ctrl+1 for 'View All', while all the singular views follow
with Ctrl+2..5.

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 qt-ui/mainwindow.ui | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui
index 1dfb8a2..b1274b8 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">
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list