1. Quit TeamDrive
2. Open “Control Panel” and go to “System”.
3. In the “System” window select “Advanced system settings”.
4. Now, select “Environment Variables…”
5. We recommend changing the variables for the system so the setting also works for TeamDrive portable clients. Click “New” in the section “System variables”.
6. Try adding one of the following variables (further information on the variables can be found on the following website: https://doc.qt.io/qt-5/highdpi.html).
- QT_AUTO_SCREEN_SCALE_FACTOR enables automatic scaling, based on the monitor’s pixel density. This won’t change the size of point-sized fonts, since point is a physical measurement unit. Multiple screens may get different scale factors.
- This can be set to either “true” or “false”
- QT_SCALE_FACTOR defines a global scale factor for the whole application, including point-sized fonts.
- A scale factor of .8 would scale things down 20%. TeamDrive will display at 80%.
- A scale factor of 1.2 would scale things up 20%. TeamDrive will display at 120%.
- QT_SCREEN_SCALE_FACTORS specifies scale factors for each screen. This won’t change the size of point-sized fonts. The environment variable is mainly useful for debugging, or to work around monitors with wrong EDID information (Extended Display Identification Data).
- The scale factors for the monitors must be entered in list format. The format can either be a semicolon-separated list of scale factors (see above scale factors) in the same order as QGuiApplication::screens(), or a semicolon-separated list of name=value pairs, where name is the same as QScreen::name().
- QT_SCALE_FACTOR_ROUNDING_POLICY makes it possible to control if and how the device pixel ratio should be rounded to the nearest integer. This is relevant for configurations like Windows at 150% scale.
- Possible values are Round, Ceil, Floor, RoundPreferFloor, PassThrough. See the Qt High Dpi Scale Factor Rounding Policy documentation for a full description of the options .
7. Click okay on all windows to exit. Start TeamDrive 4 and this should have remedied the font size issue.
Have more questions? Well, we’ve got answers! Visit the TeamDrive FAQ page and see if we have already answered your questions. Don’t forget to use the search bar to refine your search.