diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-01 09:53:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-01 09:53:31 -0700 |
commit | 48e059c49dae1919dc38e1ee1e521a75c9e6d30e (patch) | |
tree | 2f7bcd512d1a6374e4f9e8b02d90d408991d5320 /qt-ui/maintab.ui | |
parent | 55ec4bf397b643edc364c6e2781520e092a64fe1 (diff) | |
download | subsurface-48e059c49dae1919dc38e1ee1e521a75c9e6d30e.tar.gz |
Maintab: fix tab stop order
This keeps getting screwed up.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 44ead68fa..acf19a997 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -966,7 +966,8 @@ </customwidget> </customwidgets> <tabstops> - <tabstop>scrollArea</tabstop> + <tabstop>dateEdit</tabstop> + <tabstop>timeEdit</tabstop> <tabstop>airtemp</tabstop> <tabstop>watertemp</tabstop> <tabstop>location</tabstop> @@ -978,10 +979,6 @@ <tabstop>suit</tabstop> <tabstop>tagWidget</tabstop> <tabstop>notes</tabstop> - <tabstop>scrollArea_2</tabstop> - <tabstop>scrollArea_3</tabstop> - <tabstop>scrollArea_4</tabstop> - <tabstop>photosView</tabstop> </tabstops> <resources/> <connections/> |