mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Adjust tooltip size
This commit is contained in:
parent
63856b1e02
commit
077f908f4e
1 changed files with 1 additions and 0 deletions
|
@ -805,6 +805,7 @@ void ChannelView::mouseMoveEvent(QMouseEvent *event)
|
||||||
} else {
|
} else {
|
||||||
tooltipWidget->moveTo(this, event->globalPos());
|
tooltipWidget->moveTo(this, event->globalPos());
|
||||||
tooltipWidget->setText(tooltip);
|
tooltipWidget->setText(tooltip);
|
||||||
|
tooltipWidget->adjustSize();
|
||||||
tooltipWidget->show();
|
tooltipWidget->show();
|
||||||
tooltipWidget->raise();
|
tooltipWidget->raise();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue