mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Fixed an additional issue in the ROM selection dialog.
This commit is contained in:
parent
7f314d0108
commit
c63e5e4529
|
@ -122,7 +122,7 @@ void GuiMsgBox::changeText(const std::string& newText)
|
||||||
width = std::max(mButtonGrid->getSize().x, mMsg->getSize().x);
|
width = std::max(mButtonGrid->getSize().x, mMsg->getSize().x);
|
||||||
width = std::max(width, minWidth);
|
width = std::max(width, minWidth);
|
||||||
}
|
}
|
||||||
else {
|
else if (mButtonGrid->getSize().x > width) {
|
||||||
width = mButtonGrid->getSize().x;
|
width = mButtonGrid->getSize().x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue