gui: scrollbar improvements

This commit is contained in:
Turánszki János
2022-07-06 10:50:24 +02:00
parent b944465263
commit 196eb3ec38
5 changed files with 42 additions and 29 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ using namespace wi::graphics;
void WeatherWindow::Create(EditorComponent* editor)
{
wi::gui::Window::Create("Weather Window");
SetSize(XMFLOAT2(660, 680));
SetSize(XMFLOAT2(660, 300));
float x = 180;
float y = 0;