fixed the default scrollbar size

This commit is contained in:
fourtf 2018-01-16 01:40:52 +01:00
parent 99c4682287
commit a33ac76f99

View file

@ -92,6 +92,10 @@ ChannelView::ChannelView(BaseWidget *parent)
}); });
this->pauseTimeout.setSingleShot(true); this->pauseTimeout.setSingleShot(true);
auto e = new QResizeEvent(this->size(), this->size());
this->resizeEvent(e);
delete e;
} }
ChannelView::~ChannelView() ChannelView::~ChannelView()