Skip to content

Commit

Permalink
Merge pull request #112 from SchrodingersGat/button-order-fix
Browse files Browse the repository at this point in the history
Fix button arrangement
  • Loading branch information
SchrodingersGat authored Dec 11, 2024
2 parents fed8737 + 4f596ed commit aff6570
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/csv_importer/ui/csv_import_options.ui
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,6 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="importButton">
<property name="font">
Expand All @@ -297,6 +290,13 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit aff6570

Please sign in to comment.