From 98a907b4c9770da7800faf82bf6b5ce8b1b1b0c5 Mon Sep 17 00:00:00 2001 From: Jacob Curley Date: Fri, 1 May 2026 16:15:33 +0000 Subject: [PATCH] Add helpful PyQt env vars --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 044a698..950d398 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,6 +7,11 @@ "webPort": 6080 } }, + "containerEnv": { + "QT_AUTO_SCREEN_SCALE_FACTOR": "0", + "QT_QPA_PLATFORMTHEME": "", + "QT_SCALE_FACTOR": "1" + }, "customizations": { "vscode": { "extensions": [