mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
parent
b03120d83a
commit
8245660c81
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ Article::Article(
|
|||
, _url(getResultUrlHandler())
|
||||
, _link(getResultPreviewHandler())
|
||||
, _withThumb(withThumb)
|
||||
, _title(st::emojiPanWidth - st::emojiScroll.width - st::inlineResultsLeft - st::inlineThumbSize - st::inlineThumbSkip)
|
||||
, _title(st::emojiPanWidth / 2)
|
||||
, _description(st::emojiPanWidth - st::emojiScroll.width - st::inlineResultsLeft - st::inlineThumbSize - st::inlineThumbSkip) {
|
||||
if (!_link) {
|
||||
if (const auto point = result->getLocationPoint()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue