diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-25 01:37:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-25 01:37:20 +0100 |
| commit | 5229b795b9d7cafe174496fbc6bca8d62f4a3ff0 (patch) | |
| tree | 0031aed06535e7a190f12bde5fe0a6dd66e87f6a /src/wx/colour_conversion_editor.cc | |
| parent | 8041bb9729662176eeb8d78ce4dac9dfb6896557 (diff) | |
Remove user-configurable colour conversion presets.
Diffstat (limited to 'src/wx/colour_conversion_editor.cc')
| -rw-r--r-- | src/wx/colour_conversion_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc index 482e40309..be72fd001 100644 --- a/src/wx/colour_conversion_editor.cc +++ b/src/wx/colour_conversion_editor.cc @@ -197,7 +197,7 @@ ColourConversionEditor::ColourConversionEditor (wxWindow* parent) _input_gamma->SetDigits (2); _input_gamma->SetIncrement (0.1); _input_power->SetRange (0.1, 4.0); - _input_power->SetDigits (2); + _input_power->SetDigits (6); _input_power->SetIncrement (0.1); _output_gamma->SetRange (0.1, 4.0); _output_gamma->SetDigits (2); |
