mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-21 13:12:50 +02:00
fix: message shot layout
This commit is contained in:
parent
cdfdaf9f5f
commit
aef400db0f
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue