fixed scrollbar size and split focus

This commit is contained in:
fourtf
2018-05-31 16:02:20 +02:00
parent 783b9096c3
commit 85505a055d
9 changed files with 87 additions and 18 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ ChannelView::ChannelView(BaseWidget *parent)
}
});
QTimer::singleShot(1, this, [this] {
QTimer::singleShot(1000, this, [this] {
this->scrollBar.setGeometry(this->width() - this->scrollBar.width(), 0,
this->scrollBar.width(), this->height());
});