diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-22 08:37:54 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-22 08:37:54 -0700 |
commit | 9820ca5edaa3b3da1bf02f9b56714e47ff4ea978 (patch) | |
tree | c665eb97bd2233ae0027ac095c7e9e6a4883c1bf /qt-ui/maintab.ui | |
parent | dda3253b77553e50dee379913c46cfaeb7468ecb (diff) | |
download | subsurface-9820ca5edaa3b3da1bf02f9b56714e47ff4ea978.tar.gz |
Fix tab order for dive info edit
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 789ac3d7b..e56350ada 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -581,6 +581,9 @@ </customwidget> </customwidgets> <tabstops> + <tabstop>dateTimeEdit</tabstop> + <tabstop>airtemp</tabstop> + <tabstop>watertemp</tabstop> <tabstop>location</tabstop> <tabstop>coordinates</tabstop> <tabstop>divemaster</tabstop> |