mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-07 20:43:12 +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() {
|
HistoryView::ElementChatMode MessageShotDelegate::elementChatMode() {
|
||||||
using Mode = HistoryView::ElementChatMode;
|
using Mode = HistoryView::ElementChatMode;
|
||||||
// Mode::Wide;
|
return Mode::Wide;
|
||||||
return Mode::Default;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QImage removeEmptySpaceAround(const QImage &original) {
|
QImage removeEmptySpaceAround(const QImage &original) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue