mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
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()
|
void PostProcessingShaderConfigWidget::createUi()
|
||||||
{
|
{
|
||||||
m_layout = new QGridLayout(this);
|
m_layout = new QGridLayout(this);
|
||||||
m_layout->setContentsMargins(0, 0, 0, 0);
|
|
||||||
u32 row = 0;
|
u32 row = 0;
|
||||||
|
|
||||||
for (PostProcessingShader::Option& option : m_shader->GetOptions())
|
for (PostProcessingShader::Option& option : m_shader->GetOptions())
|
||||||
|
|
Loading…
Reference in a new issue