added settings

This commit is contained in:
fourtf
2017-01-20 06:10:28 +01:00
parent 21e938c3b6
commit d215bd58b0
18 changed files with 540 additions and 125 deletions
+4
View File
@@ -147,6 +147,10 @@ ChatWidgetView::paintEvent(QPaintEvent *)
}
y += message->getHeight();
if (y > height()) {
break;
}
}
}
}