diff --git a/rtgui/rawexposure.cc b/rtgui/rawexposure.cc index 6a4d827f0..d56ddc499 100644 --- a/rtgui/rawexposure.cc +++ b/rtgui/rawexposure.cc @@ -26,7 +26,7 @@ using namespace rtengine::procparams; RAWExposure::RAWExposure () : Gtk::VBox(), FoldableToolPanel(this) { - PexPos = Gtk::manage(new Adjuster (M("TP_RAWEXPOS_LINEAR"),0.2,5.0,0.01,1)); + PexPos = Gtk::manage(new Adjuster (M("TP_RAWEXPOS_LINEAR"),0.2,16.0,0.01,1)); PexPos->setAdjusterListener (this); if (PexPos->delay < 1000) PexPos->delay = 1000; PexPos->show();