UI: Remove button box setIcon
Since these are now set in the stylesheets, these lines are not needed anymore.
This commit is contained in:
parent
dd94399acd
commit
1d8bfb833a
@ -912,10 +912,6 @@ OBSBasicSettings::OBSBasicSettings(QWidget *parent)
|
||||
SLOT(AdvOutRecCheckWarnings()));
|
||||
AdvOutRecCheckWarnings();
|
||||
|
||||
ui->buttonBox->button(QDialogButtonBox::Apply)->setIcon(QIcon());
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setIcon(QIcon());
|
||||
ui->buttonBox->button(QDialogButtonBox::Cancel)->setIcon(QIcon());
|
||||
|
||||
SimpleRecordingQualityChanged();
|
||||
AdvOutSplitFileChanged();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user