Skip to content

Commit

Permalink
Merge pull request #370 from vshekar/remove-3click-centering
Browse files Browse the repository at this point in the history
Remove 3 click centering for AMX and FMX
  • Loading branch information
JunAishima authored Apr 16, 2024
2 parents 649fd6b + 23af494 commit 969ef44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/control_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,8 @@ def createSampleTab(self):
hBoxSampleAlignLayout.addWidget(clearGraphicsButton)
hBoxSampleAlignLayout.addWidget(saveCenteringButton)
hBoxSampleAlignLayout.addWidget(selectAllCenteringButton)
hBoxSampleAlignLayout.addWidget(self.click3Button)
if daq_utils.beamline not in ["amx", "fmx"]:
hBoxSampleAlignLayout.addWidget(self.click3Button)
hBoxSampleAlignLayout.addWidget(snapshotButton)
hBoxSampleAlignLayout.addWidget(self.hideRastersCheckBox)
hBoxRadioLayout100 = QtWidgets.QHBoxLayout()
Expand Down

0 comments on commit 969ef44

Please sign in to comment.