1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

UI refresh: emulation tab condensed vertically

This commit is contained in:
Aquatakat 2019-07-15 22:24:10 -06:00 committed by Sergey Lipskiy
parent 54b825d957
commit 95cee96d15
2 changed files with 485 additions and 410 deletions

View File

@ -755,16 +755,12 @@ void ConfigDialog::on_frameBufferInfoLabel2_linkActivated(QString link)
void ConfigDialog::on_frameBufferCheckBox_toggled(bool checked)
{
if (!checked) {
ui->nativeRes2DFrame->setEnabled(true);
} else {
ui->nativeRes2DFrame->setEnabled(!ui->factor1xRadioButton->isChecked());
}
ui->readColorChunkCheckBox->setEnabled(checked && ui->fbInfoEnableCheckBox->isChecked());
ui->readDepthChunkCheckBox->setEnabled(checked && ui->fbInfoEnableCheckBox->isChecked());
if (!checked && ui->fxaaRadioButton->isChecked())
ui->noaaRadioButton->setChecked(true);
ui->frameBufferCheckBox->setStyleSheet("");
}

File diff suppressed because it is too large Load Diff