Qt: Add margins to the shader configuration box
This commit is contained in:
parent
a6369c4740
commit
9e2b7c0026
|
@ -19,7 +19,6 @@ PostProcessingShaderConfigWidget::~PostProcessingShaderConfigWidget() = default;
|
|||
void PostProcessingShaderConfigWidget::createUi()
|
||||
{
|
||||
m_layout = new QGridLayout(this);
|
||||
m_layout->setContentsMargins(0, 0, 0, 0);
|
||||
u32 row = 0;
|
||||
|
||||
for (PostProcessingShader::Option& option : m_shader->GetOptions())
|
||||
|
|
Loading…
Reference in New Issue