Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
IGHOR
on 04/07/2017, 18:06: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.)