fixed notebookpagedroppreview animation

This commit is contained in:
fourtf
2017-01-26 09:26:18 +01:00
parent d012aa922d
commit a5e7ef9980
5 changed files with 54 additions and 30 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ ChatWidgetView::layoutMessages()
redraw |= message.get()->layout(this->width(), true);
}
int h = this->height();
int h = this->height() - 8;
for (int i = messages.size() - 1; i >= 0; i--) {
auto *message = messages[i].get();