mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Merge pull request #8974 from Filoppi/patch-4
Fix disc image conversion button not being clear #3
This commit is contained in:
commit
d7a91316da
@ -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(m_scrub, 4, 1);
|
||||
|
||||
QPushButton* convert_button = new QPushButton(tr("Convert"));
|
||||
QPushButton* convert_button = new QPushButton(tr("Convert..."));
|
||||
|
||||
QVBoxLayout* options_layout = new QVBoxLayout;
|
||||
options_layout->addLayout(grid_layout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user