From 407dee53c4a0e07efa14915767a43534eb58685d Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Thu, 14 Apr 2016 12:29:04 +0200 Subject: [PATCH] add comment regarding the HiDPI displays --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 5af3331..6900752 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: environment: - DISPLAY=unix$DISPLAY - TZ=Europe/Amsterdam + # for the HiDPI screens you can try uncommenting these variables # - QT_AUTO_SCREEN_SCALE_FACTOR=1 # - QT_DEVICE_PIXEL_RATIO=2 read_only: true