mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix grouped media corner in one layout.
This commit is contained in:
parent
3b911f19f6
commit
46162ed3c4
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ std::vector<GroupMediaLayout> Layouter::layoutFourTopAndOther() const {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
QRect(w0 + _spacing + w1 + _spacing, h0 + _spacing, w2, h1),
|
QRect(w0 + _spacing + w1 + _spacing, h0 + _spacing, w2, h1),
|
||||||
RectPart::Right | RectPart::BottomLeft
|
RectPart::Right | RectPart::Bottom
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue