Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/odemis/gui/main_xrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16361,7 +16361,7 @@ def __init_resources():
<height>24</height>
<face_colour>def</face_colour>
<label>Retract</label>
<tooltip>If active allows to manually focus the spectrometer for the selected grating and detector.</tooltip>
<tooltip>Moves the selector mirror away, so that the light goes to the internal spectrograph.</tooltip>
<style>wxALIGN_CENTRE</style>
<XRCED>
<assign_var>1</assign_var>
Expand All @@ -16376,7 +16376,7 @@ def __init_resources():
<height>24</height>
<face_colour>def</face_colour>
<label>Engage</label>
<tooltip>If active allows to manually focus the spectrometer for the selected grating and detector.</tooltip>
<tooltip>Moves the selector mirror so that the light goes out. It is then possible to align it.</tooltip>
<style>wxALIGN_CENTRE</style>
<XRCED>
<assign_var>1</assign_var>
Expand Down
4 changes: 2 additions & 2 deletions src/odemis/gui/xmlh/resources/panel_tab_sparc2_align.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@
<height>24</height>
<face_colour>def</face_colour>
<label>Retract</label>
<tooltip>If active allows to manually focus the spectrometer for the selected grating and detector.</tooltip>
<tooltip>Moves the selector mirror away, so that the light goes to the internal spectrograph.</tooltip>
Comment thread
pieleric marked this conversation as resolved.
<style>wxALIGN_CENTRE</style>
<XRCED>
<assign_var>1</assign_var>
Expand All @@ -1585,7 +1585,7 @@
<height>24</height>
<face_colour>def</face_colour>
<label>Engage</label>
<tooltip>If active allows to manually focus the spectrometer for the selected grating and detector.</tooltip>
<tooltip>Moves the selector mirror so that the light goes out. It is then possible to align it.</tooltip>
Comment thread
pieleric marked this conversation as resolved.
<style>wxALIGN_CENTRE</style>
<XRCED>
<assign_var>1</assign_var>
Expand Down