fix: message shot layout

This commit is contained in:
AlexeyZavar 2025-07-15 17:27:28 +03:00
parent cdfdaf9f5f
commit aef400db0f

View file

@ -209,8 +209,7 @@ bool MessageShotDelegate::elementHideReply(not_null<const HistoryView::Element*>
HistoryView::ElementChatMode MessageShotDelegate::elementChatMode() {
using Mode = HistoryView::ElementChatMode;
// Mode::Wide;
return Mode::Default;
return Mode::Wide;
}
QImage removeEmptySpaceAround(const QImage &original) {