mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:13:24 +00:00
Fix tab order for webservices dialog
At least username and password have to follow each other. Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d177fd3050
commit
5cb47c3de8
1 changed files with 7 additions and 0 deletions
|
@ -97,6 +97,13 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>userID</tabstop>
|
||||
<tabstop>password</tabstop>
|
||||
<tabstop>download</tabstop>
|
||||
<tabstop>upload</tabstop>
|
||||
<tabstop>buttonBox</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../subsurface.qrc"/>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue