mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Print: correct tab order in the options widget
Tab order should begin from the topmost widget and then descend towards the bottom end of the dialog. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
2c7a208bc1
commit
01ef9f2175
1 changed files with 12 additions and 0 deletions
|
@ -394,6 +394,18 @@
|
|||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>radioSixDives</tabstop>
|
||||
<tabstop>radioTwoDives</tabstop>
|
||||
<tabstop>radioTablePrint</tabstop>
|
||||
<tabstop>printSelected</tabstop>
|
||||
<tabstop>printInColor</tabstop>
|
||||
<tabstop>profileOnTop</tabstop>
|
||||
<tabstop>notesOnTop</tabstop>
|
||||
<tabstop>sliderPHeight</tabstop>
|
||||
<tabstop>sliderOHeight</tabstop>
|
||||
<tabstop>sliderNHeight</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
Loading…
Reference in a new issue