mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Fixed a button resizing issue in GuiApplicationUpdater
This commit is contained in:
parent
d67252eefc
commit
a0f5e013cc
|
@ -464,7 +464,7 @@ void GuiApplicationUpdater::update(int deltaTime)
|
|||
else if (mLinuxAppImage && mReadyToInstall) {
|
||||
mProcessStep1->setText(ViewController::TICKMARK_CHAR + " " + mProcessStep1->getValue());
|
||||
mProcessStep1->setColor(mMenuColorGreen);
|
||||
mButton1->setText("INSTALL", "install package");
|
||||
mButton1->setText("INSTALL", "install package", true, false);
|
||||
mButton1->setPressedFunc([this] {
|
||||
if (!mInstalling) {
|
||||
mMessage = "";
|
||||
|
|
Loading…
Reference in a new issue