nodeparamview: added tooltip to label

This is so it can be truncated at some point but I haven't
figured out the best way to do that yet.
This commit is contained in:
itsmattkc
2021-03-18 19:36:41 +11:00
parent 843db76e75
commit b98a321cb9
@@ -49,6 +49,7 @@ public:
void SetText(const QString& s)
{
lbl_->setText(s);
lbl_->setToolTip(s);
}
signals: