From 7cfc82ceb5bdd8e4fe62d9acf2b80a7b260b6038 Mon Sep 17 00:00:00 2001 From: SuperCowProducts <143343957+SuperCowProducts@users.noreply.github.com> Date: Wed, 17 Jun 2026 20:15:05 +0200 Subject: [PATCH] Include deployment note for GUI scaling Added deployment instructions for small displays. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d79c473fa..562405846 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,6 @@ With the restructuring of the build system came a new directory structure: * In case you want to work with the Look & Feel Plugin put the files contained in `/sql12/pluins/laf/` and `/sql12/pluins/skinlf-theme-packs/` in your classpath * SQuirreL's source code is in `/sql12/core/src/` and `/sql12/plugins//src/` +### Deployment +You might need to add something like `export J2D_UISCALE=3.0` as the first command in `$HOME/squirrel-sql-$VERSION/squirrel-sql.sh` after installation if your display is small, otherwise the GUI will be microscopic!