Changes between Version 15 and Version 16 of Help/HiDPISupport
- Timestamp:
- 2022-07-13T23:48:52+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/HiDPISupport
v15 v16 26 26 GDK_SCALE=2 java -jar josm.jar 27 27 }}} 28 Alternatively, you can modify the java2d ui-scaling via the command line or the config file usually located in /etc/conf.d/josm. Refer to [wikitr:/Help/Preferences#Customizationalloperatingsystems] for details: 29 {{{#!bash 30 JOSM_ARGS="-Dsun.java2d.uiScale=2 {other args}" 31 }}} 28 32 29 33