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:
@@ -49,6 +49,7 @@ public:
|
||||
void SetText(const QString& s)
|
||||
{
|
||||
lbl_->setText(s);
|
||||
lbl_->setToolTip(s);
|
||||
}
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user