diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-06-22 15:57:26 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-22 15:57:26 -0700 |
commit | 31449dca22873e500842ab1cfcca3a211764d98a (patch) | |
tree | 51142e5b4148f25d5e416b6b621ed83447cc43cc /qt-ui/mainwindow.ui | |
parent | 81858167ac3f69e99a1108fa305f2865417e2b81 (diff) | |
parent | 880b98ed35c2dbf3b5a015784323894c59bc7feb (diff) | |
download | subsurface-31449dca22873e500842ab1cfcca3a211764d98a.tar.gz |
Merge branch 'divePlannerTry3' of github.com:tcanabrava/subsurface
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 1a985f812..1dfb8a27b 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>34</height> + <height>20</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -152,6 +152,8 @@ <addaction name="separator"/> <addaction name="actionPreviousDC"/> <addaction name="actionNextDC"/> + <addaction name="separator"/> + <addaction name="actionDivePlanner"/> </widget> <widget class="QMenu" name="menuFilter"> <property name="title"> @@ -368,6 +370,11 @@ <string>Ctrl+4</string> </property> </action> + <action name="actionDivePlanner"> + <property name="text"> + <string>Dive Planner</string> + </property> + </action> </widget> <customwidgets> <customwidget> |