Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fsleyes
fsleyes
Commits
b2c2f6d6
Commit
b2c2f6d6
authored
Oct 07, 2021
by
Paul McCarthy
🚵
Browse files
RF: Default dialog style for e.g. close button
parent
79d4b92d
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsleyes/actions/browsexnat.py
View file @
b2c2f6d6
...
...
@@ -113,7 +113,7 @@ class XNATBrowser(wx.Dialog):
wx
.
Dialog
.
__init__
(
self
,
parent
,
title
=
strings
.
titles
[
self
],
style
=
wx
.
RESIZE_BORDER
)
style
=
wx
.
DEFAULT_DIALOG_STYLE
|
wx
.
RESIZE_BORDER
)
hosts
=
fslsettings
.
read
(
'fsleyes.xnat.hosts'
,
[])
accounts
=
fslsettings
.
read
(
'fsleyes.xnat.accounts'
,
{})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment