Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct order of column headers in relationmanager
The column headers of "Referenced Field" and "Referenced Layer" were switched with respect to their content. Changed to the correct order in GUI now.

Fix #17409
  • Loading branch information
signedav authored and m-kuhn committed Nov 8, 2017
1 parent 6b9b513 commit ccd142f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsrelationmanagerdialogbase.ui
Expand Up @@ -45,12 +45,12 @@
</column>
<column>
<property name="text">
<string>Referenced Field</string>
<string>Referenced Layer</string>
</property>
</column>
<column>
<property name="text">
<string>Referenced Layer</string>
<string>Referenced Field</string>
</property>
</column>
<column>
Expand Down

0 comments on commit ccd142f

Please sign in to comment.