GUI scrollbar updates (#447)

This commit is contained in:
Turánszki János
2022-05-19 22:42:49 +02:00
committed by GitHub
parent 782c326652
commit f7d28b1127
28 changed files with 508 additions and 172 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ using namespace wi::scene;
void LayerWindow::Create(EditorComponent* editor)
{
wi::gui::Window::Create("Layer Window");
SetSize(XMFLOAT2(410, 290));
SetSize(XMFLOAT2(420, 290));
float x = 30;
float y = 25;
float y = 0;
float step = 25;
float siz = 20;