diff --git a/private/sdl_gpu_test/6_ui/app.cpp b/private/sdl_gpu_test/6_ui/app.cpp index 308eb13..e87751b 100644 --- a/private/sdl_gpu_test/6_ui/app.cpp +++ b/private/sdl_gpu_test/6_ui/app.cpp @@ -76,7 +76,8 @@ void UIApp::init(const AppInitArgs& args) .text = "Test-Text!\nSecond $f00line$fff?", .color = glm::vec4(0.f, 1.f, 0.f, 1.f), .posX = 100, - .posY = 100 + .posY = 100, + .textHeight = 20 }); mButton = mWidgetTree.getRootWidget().emplaceChild