mirror of https://github.com/procxx/kepka.git
Fix multi-forward notification layout (long name).
This commit is contained in:
parent
31b82a5d92
commit
9dc48522d8
|
@ -676,7 +676,7 @@ void Notification::updateNotifyDisplay() {
|
||||||
if (_author) {
|
if (_author) {
|
||||||
itemTextCache.setText(st::dialogsTextStyle, _author->name);
|
itemTextCache.setText(st::dialogsTextStyle, _author->name);
|
||||||
p.setPen(st::dialogsTextFgService);
|
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);
|
r.setTop(r.top() + st::dialogsTextFont->height);
|
||||||
}
|
}
|
||||||
p.setPen(st::dialogsTextFg);
|
p.setPen(st::dialogsTextFg);
|
||||||
|
|
Loading…
Reference in New Issue