Skip to content

Commit

Permalink
Fix tab order in add relation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 25, 2014
1 parent 3892964 commit 29afed6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/ui/qgsrelationadddlgbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>581</width>
<height>259</height>
<height>267</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -86,6 +86,15 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>mTxtRelationName</tabstop>
<tabstop>mCbxReferencingLayer</tabstop>
<tabstop>mCbxReferencingField</tabstop>
<tabstop>mCbxReferencedLayer</tabstop>
<tabstop>mCbxReferencedField</tabstop>
<tabstop>mTxtRelationId</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down

0 comments on commit 29afed6

Please sign in to comment.