mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix tooltips in group calls.
This commit is contained in:
parent
815e9d2462
commit
f58171b50b
1 changed files with 1 additions and 0 deletions
|
@ -2060,6 +2060,7 @@ void Panel::showNiceTooltip(
|
||||||
(normal ? widget().get() : container),
|
(normal ? widget().get() : container),
|
||||||
std::move(text),
|
std::move(text),
|
||||||
st::groupCallNiceTooltipLabel);
|
st::groupCallNiceTooltipLabel);
|
||||||
|
label->resizeToNaturalWidth(label->naturalWidth());
|
||||||
if (normal) {
|
if (normal) {
|
||||||
return label;
|
return label;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue