mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Make the playback panel tall enough so all fields can be seen.
This commit is contained in:
parent
ba9f4372b2
commit
ebf32a5a4d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user