mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed the default scrollbar size
This commit is contained in:
parent
99c4682287
commit
a33ac76f99
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue