Changes to granularity of some adjustments. Committed on behalf of michal.thoma

This commit is contained in:
Emil Martinec
2011-02-14 13:26:45 -06:00
parent 50cd0a4905
commit 28d5c0f6c2
5 changed files with 30 additions and 30 deletions

View File

@@ -74,7 +74,7 @@ WhiteBalance::WhiteBalance () : Gtk::VBox(), FoldableToolPanel(this), wbp(NULL),
pack_start (*spotbox, Gtk::PACK_SHRINK, 4);
temp = Gtk::manage (new Adjuster (M("TP_WBALANCE_TEMPERATURE"), MINTEMP, MAXTEMP, 1, 4750));
temp = Gtk::manage (new Adjuster (M("TP_WBALANCE_TEMPERATURE"), MINTEMP, MAXTEMP, 5, 4750));
green = Gtk::manage (new Adjuster (M("TP_WBALANCE_GREEN"), MINGREEN, MAXGREEN, 0.001, 1.2));
temp->show ();
green->show ();