diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-18 22:15:09 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-18 22:15:09 -0500 |
commit | 40462d5008de546d12038b3b062052e180b02930 (patch) | |
tree | 6ab45b9145ed70266378c14e965d1e02406e1c6c /qt-ui/maintab.ui | |
parent | df63bcd8b794ba5a2a1248503946b34757c73795 (diff) | |
download | subsurface-40462d5008de546d12038b3b062052e180b02930.tar.gz |
Fix the annoying tab order issue in the notes tab
This had been driving me crazy for a while, finally figured out how to fix
it.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 9253aff1e..bf648dd5b 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -156,16 +156,7 @@ <property name="spacing"> <number>0</number> </property> - <property name="leftMargin"> - <number>0</number> - </property> - <property name="topMargin"> - <number>0</number> - </property> - <property name="rightMargin"> - <number>0</number> - </property> - <property name="bottomMargin"> + <property name="margin"> <number>0</number> </property> <item> @@ -547,6 +538,16 @@ <container>1</container> </customwidget> </customwidgets> + <tabstops> + <tabstop>location</tabstop> + <tabstop>coordinates</tabstop> + <tabstop>divemaster</tabstop> + <tabstop>buddy</tabstop> + <tabstop>suit</tabstop> + <tabstop>notes</tabstop> + <tabstop>notesButtonBox</tabstop> + <tabstop>equipmentButtonBox</tabstop> + </tabstops> <resources/> <connections/> </ui> |