Merge pull request #2842 from Iniquitatis/patch-3

Little improvements to the post-processing tab
This commit is contained in:
Connor McLaughlin 2022-07-26 18:45:48 +10:00 committed by GitHub
commit b92a42c44e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 14 deletions

View file

@ -108,19 +108,6 @@
</widget>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>

View file

@ -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())