mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-18 03:45:41 +00:00
Qt: Fix missing line on first postfx category
This commit is contained in:
parent
3282366ea7
commit
5656f91bd2
|
@ -341,7 +341,7 @@ void PostProcessingShaderConfigWidget::createUi()
|
||||||
m_layout->addWidget(label, row++, 0, 1, 3, Qt::AlignLeft);
|
m_layout->addWidget(label, row++, 0, 1, 3, Qt::AlignLeft);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (last_category)
|
if (last_category || !option.category.empty())
|
||||||
{
|
{
|
||||||
QLabel* line = new QLabel(this);
|
QLabel* line = new QLabel(this);
|
||||||
line->setFrameShape(QFrame::HLine);
|
line->setFrameShape(QFrame::HLine);
|
||||||
|
|
Loading…
Reference in a new issue