mirror of https://github.com/procxx/kepka.git
Fix date/unread bar display in albums.
This commit is contained in:
parent
17b913fb13
commit
adcce61b52
|
@ -1533,7 +1533,7 @@ QRect Message::countGeometry() const {
|
||||||
|
|
||||||
int Message::resizeContentGetHeight(int newWidth) {
|
int Message::resizeContentGetHeight(int newWidth) {
|
||||||
if (isHiddenByGroup()) {
|
if (isHiddenByGroup()) {
|
||||||
return 0;
|
return marginTop() + marginBottom();
|
||||||
} else if (newWidth < st::msgMinWidth) {
|
} else if (newWidth < st::msgMinWidth) {
|
||||||
return height();
|
return height();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue