Notifications with tooltips on buttons, for when text is too long!

This commit is contained in:
Liru Færs
2020-03-10 16:29:10 -04:00
parent 506c6aaa9e
commit 1c46c26e6b

View File

@@ -399,6 +399,7 @@ LLButton* LLNotifyBox::addButton(const std::string& name, const std::string& lab
LLButton* btn = new LLButton(name, btn_rect, "", boost::bind(&LLNotifyBox::onClickButton, this, is_option ? name : ""));
btn->setLabel(label);
btn->setToolTip(label);
btn->setFont(font);
if (mIsCaution)