mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix multi-forward notification layout (long name).
This commit is contained in:
@@ -676,7 +676,7 @@ void Notification::updateNotifyDisplay() {
|
||||
if (_author) {
|
||||
itemTextCache.setText(st::dialogsTextStyle, _author->name);
|
||||
p.setPen(st::dialogsTextFgService);
|
||||
itemTextCache.drawElided(p, r.left(), r.top(), r.width(), st::dialogsTextFont->height);
|
||||
itemTextCache.drawElided(p, r.left(), r.top(), r.width());
|
||||
r.setTop(r.top() + st::dialogsTextFont->height);
|
||||
}
|
||||
p.setPen(st::dialogsTextFg);
|
||||
|
Reference in New Issue
Block a user