From eb4b5925ab53dab3310c258efb9ff4a85777fac7 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Mon, 5 Mar 2018 11:56:38 +0100 Subject: [PATCH] use different scaling arg --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b72a6c2..3de2221 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,5 +16,6 @@ services: environment: - DISPLAY=unix$DISPLAY # for the HiDPI screens you can try uncommenting these variables - - QT_AUTO_SCREEN_SCALE_FACTOR=1 + # - QT_AUTO_SCREEN_SCALE_FACTOR=1 # - QT_DEVICE_PIXEL_RATIO=2 + - QT_SCALE_FACTOR=1.5