Add tooltip E Log

This commit is contained in:
Desmis
2020-05-23 09:20:42 +02:00
parent 0ed18da736
commit de61755960
2 changed files with 2 additions and 0 deletions

View File

@@ -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);