Use a larger addons loading dialog for more buttons now

This commit is contained in:
Benau 2021-08-16 10:00:27 +08:00
parent b1980bc461
commit bbbd14ccf7

View File

@ -48,7 +48,7 @@ using namespace irr::gui;
*/
AddonsLoading::AddonsLoading(const std::string &id)
: ModalDialog(0.8f, 0.8f)
: ModalDialog(0.8f, 0.9f)
#ifndef SERVER_ONLY
, m_addon(*(addons_manager->getAddon(id)) )
#endif