Adjust capture connection scrolling to be reasonable on the mouse wheel

This commit is contained in:
baldurk
2018-02-12 20:47:58 +00:00
parent 58d10bee0f
commit 8de37336ad
2 changed files with 17 additions and 0 deletions
@@ -129,6 +129,8 @@ LiveCapture::LiveCapture(ICaptureContext &ctx, const QString &hostname, const QS
ui->captures->setItemDelegate(new NameEditOnlyDelegate(this));
ui->captures->verticalScrollBar()->setSingleStep(20);
{
QToolBar *bottomTools = new QToolBar(this);