Dpi awareness (#109)
* dpi awareness test * dpi scaling updates * dpi scaling updates * missing mouse inputs fix (I hope finally) * finishing up the dpi branch...
This commit is contained in:
@@ -16,7 +16,7 @@ PaintToolWindow::PaintToolWindow(EditorComponent* editor) : editor(editor)
|
||||
editor->GetGUI().AddWidget(window);
|
||||
|
||||
float x = 100;
|
||||
float y = 10;
|
||||
float y = 5;
|
||||
float step = 30;
|
||||
|
||||
modeComboBox = new wiComboBox("Mode: ");
|
||||
|
||||
Reference in New Issue
Block a user