Skip to content

Commit

Permalink
Fix order in XYZ connect dialog (fixes #17983)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni authored and nirvn committed Jan 29, 2018
1 parent da4d937 commit d512611
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgsxyzconnectiondialog.ui
Expand Up @@ -172,10 +172,13 @@
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mEditName</tabstop>
<tabstop>mEditUrl</tabstop>
<tabstop>mCheckBoxZMin</tabstop>
<tabstop>mSpinZMin</tabstop>
<tabstop>mCheckBoxZMax</tabstop>
<tabstop>buttonBox</tabstop>
<tabstop>mSpinZMax</tabstop>
<tabstop>mEditReferer</tabstop>
</tabstops>
<resources/>
<connections>
Expand Down

0 comments on commit d512611

Please sign in to comment.