Skip to content

Commit

Permalink
Make Export button on dialog be the default selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Dec 24, 2023
1 parent ea91ee5 commit 899e59e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions glue_ar/export_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,19 @@
<property name="text">
<string>Cancel</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_ok">
<property name="text">
<string>Export</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 899e59e

Please sign in to comment.