mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-13 10:11:02 +00:00
Adjust capture connection scrolling to be reasonable on the mouse wheel
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user