From e0b72af60efe0616e38d9d656fc1dfae080a9ac3 Mon Sep 17 00:00:00 2001 From: Alexander Brock Date: Wed, 22 Feb 2023 13:52:46 +0100 Subject: [PATCH] Style fix --- rtgui/perspective.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/perspective.cc b/rtgui/perspective.cc index 6a4266d22..a778bbac9 100644 --- a/rtgui/perspective.cc +++ b/rtgui/perspective.cc @@ -251,7 +251,7 @@ PerspCorrection::PerspCorrection () : FoldableToolPanel(this, "perspective", M(" projection_rotate = Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_PROJECTION_ROTATE"), -45, 45, 0.01, 0, ipers_rotate_left, ipers_rotate_right)); projection_rotate->setAdjusterListener (this); - camera_scale= Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_CAMERA_SCALE"), .1, 10, 0.01, 0, ipers_rotate_left, ipers_rotate_right)); + camera_scale= Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_CAMERA_SCALE"), 0.1, 10, 0.01, 0, ipers_rotate_left, ipers_rotate_right)); camera_scale->setAdjusterListener (this); camera_defish = Gtk::manage(new Gtk::CheckButton(M("TP_PERSPECTIVE_CAMERA_DEFISH")));