Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
Petpowder
on 05/07/2017, 09:50:24 UTC
I have FHD display on my laptop. Tell me pls how to make bigger font in app?

You can set environment variable like this QT_SCALE_FACTOR=2.5
App will be scaled to 250%

Where exactly should I put it?

Environment variable set on Windows:
SET QT_SCALE_FACTOR=2.5
on Linux:
export QT_SCALE_FACTOR=2.5

In the terminal window, then run Qt Bitcoin Trader from a terminal command line.
Pick up best scale number for you, replace 2.5 by any other numbers (100%/100=1.0 , 200%/100=2.0 etc.)

Yep, it works! Thank you so much