Fix grouped media corner in one layout.

This commit is contained in:
John Preston 2018-10-26 09:37:06 +04:00
parent 3b911f19f6
commit 46162ed3c4
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ std::vector<GroupMediaLayout> Layouter::layoutFourTopAndOther() const {
},
{
QRect(w0 + _spacing + w1 + _spacing, h0 + _spacing, w2, h1),
RectPart::Right | RectPart::BottomLeft
RectPart::Right | RectPart::Bottom
},
};
}