Make the playback panel tall enough so all fields can be seen.

master
poikilos 2021-11-27 12:40:35 -05:00
parent ba9f4372b2
commit ebf32a5a4d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ void UserInterface::setupUserInterface()
dimension2d<u32> windowSize = m_Engine->m_Driver->getScreenSize();
playbackWindow = m_Gui->addWindow(
rect<s32>(vector2d<s32>(windowSize.Width - 4 - 160, 28),
dimension2d<s32>(160, 300)),
dimension2d<s32>(160, 500)),
false,
L"Playback",
nullptr,