Skip to content

Commit

Permalink
Change label and filter for select output file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasmarnold committed Feb 13, 2024
1 parent 1a38159 commit 9e35734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/affinder/affinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _on_affinder_main_init(widget):
widget_init=_on_affinder_main_init,
call_button='Start',
layout='vertical',
output={'mode': 'w'},
output={'mode': 'w', 'label': 'Save transformation as', 'filter': '*.txt'},
viewer={'visible': False, 'label': ' '},
delete_pts={
'label':
Expand Down

0 comments on commit 9e35734

Please sign in to comment.