diff --git a/lib/python/qtvcp/widgets/camview_widget.py b/lib/python/qtvcp/widgets/camview_widget.py index 827d9c8c6..00ae2d8cf 100644 --- a/lib/python/qtvcp/widgets/camview_widget.py +++ b/lib/python/qtvcp/widgets/camview_widget.py @@ -99,8 +99,8 @@ class CamView(QtWidgets.QWidget, _HalWidgetBase): self.rotation += self.rotationIncrement if self.diameter < 2: self.diameter = 2 if self.diameter > w: self.diameter = w - if self.rotation > 360: self.rotation = 0 - if self.rotation < 0: self.rotation = 360 + if self.rotation > 360 - self.rotationIncrement: self.rotation = 0 + if self.rotation < 0: self.rotation = 360 - self.rotationIncrement if self.scale < 1: self.scale = 1 if self.scale > 5: self.scale = 5 diff --git a/share/qtvcp/panels/cam_align/cam_align.ui b/share/qtvcp/panels/cam_align/cam_align.ui index 42378548c..1b277a1c4 100644 --- a/share/qtvcp/panels/cam_align/cam_align.ui +++ b/share/qtvcp/panels/cam_align/cam_align.ui @@ -63,7 +63,7 @@ - GOTO Origin + GOTO Origin false @@ -128,7 +128,7 @@ Y %10.3f - X %9.4f + Y %9.4f @@ -144,7 +144,7 @@ Z %10.3f - X %9.4f + Z %9.4f