Fix position of discussed post on big window width
This commit is contained in:
parent
e6804991f6
commit
93c6a05f60
1 changed files with 3 additions and 1 deletions
|
|
@ -2556,7 +2556,9 @@ QRect Message::countGeometry() const {
|
||||||
contentWidth = mediaWidth;
|
contentWidth = mediaWidth;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (contentWidth < availableWidth && !Core::App().settings().chatWide()) {
|
if (contentWidth < availableWidth
|
||||||
|
&& (!Core::App().settings().chatWide()
|
||||||
|
|| (commentsRoot && AdaptiveBubbles()))) {
|
||||||
if (outbg) {
|
if (outbg) {
|
||||||
contentLeft += availableWidth - contentWidth;
|
contentLeft += availableWidth - contentWidth;
|
||||||
} else if (commentsRoot) {
|
} else if (commentsRoot) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue