Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
ee1604d1
Commit
ee1604d1
authored
Aug 27, 2020
by
helene ortiz
Browse files
Add 2 preference values to restore main window x and y.
parent
3692904e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ee1604d1
4.0.32 dd/mm/2020
------
* Add 2 preference values to restore main window x and y.
4.0.31 13/08/2020
------
* Get NomadServerEndpoint from ServerInstance instead of ConfigManager (the latter does not take account of main/remote client types)
...
...
src/main/java/fr/ill/ics/util/ConfigManager.java
View file @
ee1604d1
...
...
@@ -92,6 +92,8 @@ public class ConfigManager {
public
final
static
String
LAUNCH_PAD_TEXT_MODE
=
"LAUNCH_PAD_TEXT_MODE"
;
public
final
static
String
X_UNCLOSEABLE_SPY
=
"X_UNCLOSEABLE_SPY"
;
public
final
static
String
Y_UNCLOSEABLE_SPY
=
"Y_UNCLOSEABLE_SPY"
;
public
final
static
String
X_MAIN_WINDOW
=
"X_MAIN_WINDOW"
;
public
final
static
String
Y_MAIN_WINDOW
=
"Y_MAIN_WINDOW"
;
public
final
static
String
MAGNIFY_FACTOR_INDEX
=
"MAGNIFY_FACTOR_INDEX"
;
public
final
static
String
REMOTE_USER_NAME
=
"REMOTE_USER_NAME"
;
public
final
static
String
REMOTE_INSTRUMENT
=
"REMOTE_INSTRUMENT"
;
...
...
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