Improve some labels and tooltip - clean code

This commit is contained in:
Desmis
2019-12-19 09:05:26 +01:00
parent 08e2ba79d5
commit 0a97248e0c
3 changed files with 59 additions and 61 deletions

View File

@@ -386,6 +386,12 @@ ControlSpotPanel::ControlSpotPanel():
balanh_->setAdjusterListener(this);
artifFrame->add(*artifBox);
pack_start(*artifFrame);
if (showtooltip) {
balan_->set_tooltip_text(M("TP_LOCALLAB_BALAN_TOOLTIP"));
balanh_->set_tooltip_text(M("TP_LOCALLAB_BALAN_TOOLTIP"));
}
/*
Gtk::HBox* const ctboxmergemethod = Gtk::manage(new Gtk::HBox());
Gtk::Label* const labelmergemethod = Gtk::manage(new Gtk::Label(M("TP_LOCALLAB_MERGETYPE") + ":"));