mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Small adjustment to the GuiInfoPopup corner roundness
This commit is contained in:
parent
ab5eb5ed07
commit
c1480e847a
|
|
@ -20,7 +20,7 @@ GuiInfoPopup::GuiInfoPopup(std::string message, int duration)
|
||||||
, mAlpha {1.0f}
|
, mAlpha {1.0f}
|
||||||
, mRunning {true}
|
, mRunning {true}
|
||||||
{
|
{
|
||||||
mBackground = new BackgroundComponent(glm::vec2 {22.0f, 22.0f});
|
mBackground = new BackgroundComponent(glm::vec2 {24.0f, 24.0f});
|
||||||
float maxWidth {Renderer::getScreenWidth() * 0.9f};
|
float maxWidth {Renderer::getScreenWidth() * 0.9f};
|
||||||
float maxHeight {Renderer::getScreenHeight() * 0.2f};
|
float maxHeight {Renderer::getScreenHeight() * 0.2f};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue