Skip to content

Commit

Permalink
Fix button arrangement
Browse files Browse the repository at this point in the history
- Closes #95
  • Loading branch information
SchrodingersGat committed Dec 11, 2024
1 parent fed8737 commit 4f596ed
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 4f596ed

Please sign in to comment.