mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fixed reply bubble width for short quotes.
This commit is contained in:
parent
bc11c66777
commit
3e7d4af4a0
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ QSize Reply::countMultilineOptimalSize(
|
|||
textGeometry(max, previewSkip, &elided));
|
||||
_minHeightExpandable = elided ? 1 : 0;
|
||||
return {
|
||||
result.width,
|
||||
result.width + st::historyReplyPadding.right(),
|
||||
std::max(result.height, st::normalFont->height),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue