added some dank tab animations

This commit is contained in:
fourtf
2017-01-26 05:26:21 +01:00
parent 700c756f5a
commit 4b2ddb0bbb
7 changed files with 53 additions and 35 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ ChatWidgetView::ChatWidgetView(ChatWidget *parent)
, chatWidget(parent)
, scrollbar(this)
{
this->scrollbar.setSmallChange(2);
this->scrollbar.setSmallChange(5);
QObject::connect(&Settings::getInstance(), &Settings::wordTypeMaskChanged,
this, &ChatWidgetView::wordTypeMaskChanged);