Skip to content

Commit

Permalink
standardized the color of roi that can be moved or not. this refs #56
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 18, 2024
1 parent 57ccf9f commit f0666aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyMBIR_UI/tilt/tilt_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def file_index_changed(self):
if np.isfinite(tilt_value_float):

_pen = QtGui.QPen()
_pen.setColor(QtGui.QColor(255, 0, 0))
_pen.setWidth(10)
_pen.setColor(QtGui.QColor(0, 255, 255))
_pen.setWidth(5)

self.parent.tilt_grid_item = pg.InfiniteLine([self.parent.tilt_correction_item_x_position,
self.parent.tilt_correction_item_x_position],
Expand Down

0 comments on commit f0666aa

Please sign in to comment.