various changes to gui labels and tooltips

This commit is contained in:
Desmis
2020-05-22 07:44:59 +02:00
parent 665e7c6f20
commit 9695450fa1
3 changed files with 26 additions and 24 deletions

View File

@@ -41,7 +41,7 @@ LocallabToolList::LocallabToolList():
list->set_model(listTreeModel);
list->pack_start(toolRow.name);
listConn = list->signal_changed().connect(sigc::mem_fun(*this, &LocallabToolList::toolRowSelected));
list->set_tooltip_text(M("TP_LOCALLAB_LIST_TOOLTIP"));
// Append title row to list
// Important: Title row shall always be the first one
const auto titleRow = *(listTreeModel->append());

View File

@@ -2205,6 +2205,7 @@ LocallabContrast::LocallabContrast():
wavshapeedg->setIdentityValue(0.);
wavshapeedg->setResetCurve(FlatCurveType(defSpot.locedgwavcurve.at(0)), defSpot.locedgwavcurve);
wavshapeedg->setBottomBarBgGradient({{0., 0., 0., 0.}, {1., 1., 1., 1.}});
LocalcurveEditorwavedg->curveListComplete();