diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-07-25 12:30:20 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-25 13:51:44 -0700 |
commit | 1aaa37e5116148652a9ce7193d14320e30ee5bb1 (patch) | |
tree | b1062eadd1f4480772afd49fd81b67af346c5a44 /qt-ui/mainwindow.ui | |
parent | 156ad42a3cc9e17082d13bcb232de551279f4c8b (diff) | |
download | subsurface-1aaa37e5116148652a9ce7193d14320e30ee5bb1.tar.gz |
Re-enable the dive site edit
Since now we found the perfect way to deal with dive site handling on the
dive, we can reenable this widget.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index a2c63740b..20ee70738 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -62,7 +62,7 @@ <x>0</x> <y>0</y> <width>861</width> - <height>29</height> + <height>22</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -119,6 +119,7 @@ <addaction name="actionViewGlobe"/> <addaction name="separator"/> <addaction name="actionYearlyStatistics"/> + <addaction name="actionDiveSiteEdit"/> <addaction name="actionPreviousDC"/> <addaction name="actionNextDC"/> <addaction name="separator"/> @@ -731,6 +732,11 @@ <string>&Manage dive sites</string> </property> </action> + <action name="actionDiveSiteEdit"> + <property name="text"> + <string>Dive Site Edit</string> + </property> + </action> </widget> <customwidgets> <customwidget> |