diff --git a/src/engine/core/scenes/SplashScreenLayer.cpp b/src/engine/core/scenes/SplashScreenLayer.cpp index 5248f9c..c0da7aa 100644 --- a/src/engine/core/scenes/SplashScreenLayer.cpp +++ b/src/engine/core/scenes/SplashScreenLayer.cpp @@ -46,7 +46,7 @@ void SplashScreenLayer::onAttach() { LayoutStyle progressbarLayoutStyle; progressbarLayoutStyle.width = SizeValue(0.5f, SizeUnit::Vmin); - progressbarLayoutStyle.height = SizeValue(0.5f, SizeUnit::Vmin); + progressbarLayoutStyle.height = SizeValue(0.3, SizeUnit::Percent); progressbar = rootContainer->addChild(std::make_unique( AssetManager::getTexture("progressbar_background")->getTextureID(),