From e1a3fe0656d4cd86fe0a1165bfc03dc7953f9114 Mon Sep 17 00:00:00 2001 From: Alexander Brock Date: Tue, 2 May 2023 00:49:37 +0200 Subject: [PATCH] Change default scale to 1 --- rtgui/perspective.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/perspective.cc b/rtgui/perspective.cc index 410bc8360..eeab4cd6d 100644 --- a/rtgui/perspective.cc +++ b/rtgui/perspective.cc @@ -251,7 +251,7 @@ PerspCorrection::PerspCorrection () : FoldableToolPanel(this, TOOL_NAME, M("TP_P 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"), 0.1, 10, 0.01, 0)); + camera_scale= Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_CAMERA_SCALE"), 0.1, 10, 0.01, 1)); camera_scale->setAdjusterListener (this); Gtk::Frame* recovery_frame = Gtk::manage (new Gtk::Frame