diff --git a/source/Main.hx b/source/Main.hx
index 9b70549ab..1d7b73bb8 100644
--- a/source/Main.hx
+++ b/source/Main.hx
@@ -98,5 +98,6 @@ class Main extends Sprite
     // - It scans the class path and registers any HaxeUI components.
     Toolkit.init();
     Toolkit.theme = 'dark'; // don't be cringe
+    Toolkit.autoScale = false;
   }
 }