diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2015-07-07 21:08:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-07 12:23:27 -0700 |
commit | 97e70a9c0eba6b0da55aa1733f1b4693bc50ec6e (patch) | |
tree | b01bb86de45fcf9427b698425078abc7c0bf82d0 /qt-ui | |
parent | 68ceb75294348953baa8827fbe3f5778980efbec (diff) | |
download | subsurface-97e70a9c0eba6b0da55aa1733f1b4693bc50ec6e.tar.gz |
Planner: fix tab stop order
Fixes the tab stop order on the planner settings page.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/plannerSettings.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/qt-ui/plannerSettings.ui b/qt-ui/plannerSettings.ui index 6dbe964d9..2f69cf86d 100644 --- a/qt-ui/plannerSettings.ui +++ b/qt-ui/plannerSettings.ui @@ -714,6 +714,35 @@ </item> </layout> </widget> + <tabstops> + <tabstop>scrollArea</tabstop> + <tabstop>ascRate75</tabstop> + <tabstop>ascRate50</tabstop> + <tabstop>ascRateStops</tabstop> + <tabstop>ascRateLast6m</tabstop> + <tabstop>descRate</tabstop> + <tabstop>recreational_deco</tabstop> + <tabstop>reserve_gas</tabstop> + <tabstop>safetystop</tabstop> + <tabstop>buehlmann_deco</tabstop> + <tabstop>gflow</tabstop> + <tabstop>gfhigh</tabstop> + <tabstop>vpmb_deco</tabstop> + <tabstop>drop_stone_mode</tabstop> + <tabstop>lastStop</tabstop> + <tabstop>backgasBreaks</tabstop> + <tabstop>switch_at_req_stop</tabstop> + <tabstop>min_switch_duration</tabstop> + <tabstop>rebreathermode</tabstop> + <tabstop>bottomSAC</tabstop> + <tabstop>decoStopSAC</tabstop> + <tabstop>bottompo2</tabstop> + <tabstop>decopo2</tabstop> + <tabstop>display_runtime</tabstop> + <tabstop>display_duration</tabstop> + <tabstop>display_transitions</tabstop> + <tabstop>verbatim_plan</tabstop> + </tabstops> <resources/> <connections/> </ui> |