Skip to content

Commit aaeac97

Browse files
Re #293 - Change order so *.dat is default in Select S(Q) dialog (#295)
1 parent e97fb34 commit aaeac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addie/calculate_gr/event_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def load_sq(main_window):
6464
default_dir = get_default_dir(main_window, sub_dir='SofQ')
6565

6666
# get the file
67-
ext = 'nxs (*.nxs);;dat (*.dat);;All (*.*)'
67+
ext = 'dat (*.dat);;nxs (*.nxs);;All (*.*)'
6868
sq_file_names = QFileDialog.getOpenFileNames(main_window,
6969
'Choose S(Q) File',
7070
default_dir,

0 commit comments

Comments
 (0)