gui: scrollbar improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user