Skip to content

Commit d26bb5d

Browse files
committed
fix: wrong button sequence
1 parent 791ad0c commit d26bb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/ui/dialogs/ExportDialog.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<CheckBox fx:id="commentCheckBox" text="%dialog.export.top_level_comments.checkbox" selected="true"/>
3636

3737
<HBox spacing="10" alignment="CENTER_RIGHT">
38-
<Button text="%general.button.cancel" onAction="#handleCancel"/>
3938
<Button text="%dialog.export.button.export" onAction="#handleExport" defaultButton="true"/>
39+
<Button text="%general.button.cancel" onAction="#handleCancel"/>
4040
</HBox>
4141
</VBox>
4242
</content>

0 commit comments

Comments
 (0)