From ebf32a5a4d50221623a88cc172bdf63f33d74d71 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 27 Nov 2021 12:40:35 -0500 Subject: [PATCH] Make the playback panel tall enough so all fields can be seen. --- UserInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UserInterface.cpp b/UserInterface.cpp index 34c022e..5a2e8e5 100644 --- a/UserInterface.cpp +++ b/UserInterface.cpp @@ -122,7 +122,7 @@ void UserInterface::setupUserInterface() dimension2d windowSize = m_Engine->m_Driver->getScreenSize(); playbackWindow = m_Gui->addWindow( rect(vector2d(windowSize.Width - 4 - 160, 28), - dimension2d(160, 300)), + dimension2d(160, 500)), false, L"Playback", nullptr,