removed autoscoll and gotobottom from emotepopup

This commit is contained in:
2017-12-28 00:48:21 +01:00
parent 4aa995c74a
commit ece0482502
3 changed files with 19 additions and 2 deletions
+3
View File
@@ -20,6 +20,9 @@ EmotePopup::EmotePopup(ColorScheme &colorScheme)
this->viewEmotes = new ChannelView();
this->viewEmojis = new ChannelView();
this->viewEmotes->setEnableScrollingToBottom(false);
this->viewEmojis->setEnableScrollingToBottom(false);
this->setLayout(new QVBoxLayout(this));
QTabWidget *tabs = new QTabWidget(this);