%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 rendering%: |
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~'))")
$- |