Add tooltip E Log
This commit is contained in:
@@ -2513,6 +2513,7 @@ TP_LOCALLAB_LOGAUTO;Automatic
|
||||
TP_LOCALLAB_LOGFRA;Source Gray Point
|
||||
TP_LOCALLAB_LOGLIN;Logarithm mode
|
||||
TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
|
||||
TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows Tone Mapping with Logarithm encoding (ACES).\nUsefull for underexposed pictures, or with high dynamic range.
|
||||
TP_LOCALLAB_LUM;Curves LL - CC
|
||||
TP_LOCALLAB_LUMADARKEST;Darkest
|
||||
TP_LOCALLAB_LUMASK;Luminance Background Mask
|
||||
|
@@ -4318,6 +4318,7 @@ LocallabLog::LocallabLog():
|
||||
// Add Log encoding specific widgets to GUI
|
||||
Gtk::Frame* const logPFrame = Gtk::manage(new Gtk::Frame(M("TP_LOCALLAB_LOGPFRA")));
|
||||
logPFrame->set_label_align(0.025, 0.5);
|
||||
logPFrame->set_tooltip_text(M("TP_LOCALLAB_LOGFRAME_TOOLTIP"));
|
||||
ToolParamBlock* const logPBox = Gtk::manage(new ToolParamBlock());
|
||||
logPBox->pack_start(*autocompute);
|
||||
logPBox->pack_start(*blackEv);
|
||||
|
Reference in New Issue
Block a user