fixed the default scrollbar size
This commit is contained in:
@@ -92,6 +92,10 @@ ChannelView::ChannelView(BaseWidget *parent)
|
||||
});
|
||||
|
||||
this->pauseTimeout.setSingleShot(true);
|
||||
|
||||
auto e = new QResizeEvent(this->size(), this->size());
|
||||
this->resizeEvent(e);
|
||||
delete e;
|
||||
}
|
||||
|
||||
ChannelView::~ChannelView()
|
||||
|
||||
Reference in New Issue
Block a user