mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-12 13:46:16 +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>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
<tabstops>
|
||||||
|
<tabstop>userID</tabstop>
|
||||||
|
<tabstop>password</tabstop>
|
||||||
|
<tabstop>download</tabstop>
|
||||||
|
<tabstop>upload</tabstop>
|
||||||
|
<tabstop>buttonBox</tabstop>
|
||||||
|
</tabstops>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../subsurface.qrc"/>
|
<include location="../subsurface.qrc"/>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue