various changes to gui labels and tooltips
This commit is contained in:
@@ -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());
|
||||
|
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user