mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-17 12:06:38 +00:00
Fix some margins/spacings to be more consistent across the UI
This commit is contained in:
@@ -189,8 +189,8 @@ ShaderViewer::ShaderViewer(ICaptureContext &ctx, QWidget *parent)
|
||||
}
|
||||
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
layout->setSpacing(0);
|
||||
layout->setMargin(0);
|
||||
layout->setSpacing(3);
|
||||
layout->setContentsMargins(3, 3, 3, 3);
|
||||
layout->addWidget(ui->toolbar);
|
||||
layout->addWidget(ui->docking);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user