devel-docs: howto test high density.

This commit is contained in:
Jehan 2018-05-26 00:32:24 +02:00
parent cdfcf5bdcf
commit 67ae36f28e
1 changed files with 9 additions and 1 deletions

View File

@ -111,4 +111,12 @@ so, set the environment variable `GIMP_ICONS_LIKE_A_BOSS`.
For instance, start GIMP like this:
GIMP_ICONS_LIKE_A_BOSS=1 gimp-2.10
GIMP_ICONS_LIKE_A_BOSS=1 gimp-2.99
To test high (or low) density icons, without having to change the
scaling factor of your whole desktop, just change the `GDK_SCALE`
environment variable.
For instance, run GIMP like this to simulate a scaling factor of 2
(every icons and text would typically double):
GDK_SCALE=2 gimp-2.99