%Atoms% :
%Atom Styles%
%Bonds% :
Background:
%swapbg%
%graduated%
GUI left/right
%htmlpanelswap%
%Tooltips%:
Show tooltips when hovering
%Info%:
Show bar with structure info
%Alerts%:
Reset all alerts
%Reset%
%Lines% :
Number of lines in the console
%Panel Width%:
%Default%
%Narrow%
%Wide%
%Language%:
English
%Chinese%
%Use Fader%:
Structures will fade in and out
%Start Olex2 in%:
Where Olex2 will open after restart
%Solo Mode%:
Only one top-level tool open at a time
%Close Settings%:
Solve, Refine and Report panels
%Modules update%:
Display a notification dialogue when module updates available
$+
html.Snippet("gui/snippets/input-checkbox", "name=modules_notification",
"checked=not(spy.GetParam('user.modules.manual_update', 'false'))",
"onclick=spy.SetParam('user.modules.manual_update', not(html.GetState('~name~')))")
$-
%Unit cell style%:
Cone
Line
%Width%:
$+
html.Snippet("gui/snippets/input-combo", "name=unitcell_width",
"items='1;2;3;4;5'", "value=cell.Thickness()",
"onchange=cell.Thickness(html.GetValue('~name~'))")
$-
%User Database%:
Edit Settings (Restart required) or
Manage
%Network operations%:
Enable/Disable network operations including CheckCif, CSD deposition, modules installation and
updates, news banner. This does not control Olex2 update .
$+
html.Snippet("gui/snippets/input-checkbox", "name=settings_network",
"checked=spy.GetParam('olex2.network', 'True')",
"onclick=spy.SetParam('olex2.network', html.GetState('~name~'))>>html.Update")
$-