chore: specify the omega panel 0 degree is a go-to not a move-by
This commit is contained in:
@@ -35,7 +35,7 @@ class OmegaPanel(QWidget):
|
||||
grid_layout.setColumnStretch(0, 1)
|
||||
grid_layout.setColumnStretch(1, 1)
|
||||
omega_settings = [
|
||||
{"name": " 0°", "payload": {"abs": 0.0}},
|
||||
{"name": "Go to 0°", "payload": {"abs": 0.0}},
|
||||
{"name": "-10°", "payload": {"rel": -10.0}},
|
||||
{"name": "+10°", "payload": {"rel": 10.0}},
|
||||
{"name": "-45°", "payload": {"rel": -45.0}},
|
||||
|
||||
Reference in New Issue
Block a user