diff options
author | Tobias Markmann <tm@ayena.de> | 2014-10-14 07:21:02 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2014-10-14 07:21:02 (GMT) |
commit | b3195ad73e4399ff431d640f2d12df5914d36221 (patch) | |
tree | 15ebc68262edf10ae678e00ef383aa18f8c5f1f9 /Swift | |
parent | da894fc2d49f179e93fee660b235aa960f23d673 (diff) | |
download | swift-b3195ad73e4399ff431d640f2d12df5914d36221.zip swift-b3195ad73e4399ff431d640f2d12df5914d36221.tar.bz2 |
Fix tab order of join room dialog.
Test-Information:
Run Swift and verify that tabbing through the join room dialog goes through the
widgets from left to right and from top to buttom.
Change-Id: I8acb0e10860970e758ff66318760dceeda9cfe0b
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtJoinMUCWindow.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Swift/QtUI/QtJoinMUCWindow.ui b/Swift/QtUI/QtJoinMUCWindow.ui index 9225f6f..f294f8c 100644 --- a/Swift/QtUI/QtJoinMUCWindow.ui +++ b/Swift/QtUI/QtJoinMUCWindow.ui @@ -120,10 +120,12 @@ </widget> <tabstops> <tabstop>room</tabstop> + <tabstop>searchButton</tabstop> <tabstop>nickName</tabstop> + <tabstop>password</tabstop> + <tabstop>instantRoom</tabstop> <tabstop>joinAutomatically</tabstop> <tabstop>joinButton</tabstop> - <tabstop>searchButton</tabstop> </tabstops> <resources/> <connections/> |