mirror of https://github.com/procxx/kepka.git
Fix grouped media corner in one layout.
This commit is contained in:
parent
3b911f19f6
commit
46162ed3c4
|
@ -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…
Reference in New Issue