Fix disc image conversion button not being clear #3
It wasn't clear whether the conversion would create a new file or replace the old one Recreated #8952 directly from github
This commit is contained in:
parent
92d24aec2e
commit
f6ba54b74e
|
@ -84,7 +84,7 @@ ConvertDialog::ConvertDialog(QList<std::shared_ptr<const UICommon::GameFile>> fi
|
||||||
grid_layout->addWidget(new QLabel(tr("Remove Junk Data (Irreversible):")), 4, 0);
|
grid_layout->addWidget(new QLabel(tr("Remove Junk Data (Irreversible):")), 4, 0);
|
||||||
grid_layout->addWidget(m_scrub, 4, 1);
|
grid_layout->addWidget(m_scrub, 4, 1);
|
||||||
|
|
||||||
QPushButton* convert_button = new QPushButton(tr("Convert"));
|
QPushButton* convert_button = new QPushButton(tr("Convert..."));
|
||||||
|
|
||||||
QVBoxLayout* options_layout = new QVBoxLayout;
|
QVBoxLayout* options_layout = new QVBoxLayout;
|
||||||
options_layout->addLayout(grid_layout);
|
options_layout->addLayout(grid_layout);
|
||||||
|
|
Loading…
Reference in New Issue