Skip to content

How to scale ui of the program? #3874

Closed Answered by bjorn
dustdfg asked this question in Q&A
Jan 12, 2024 · 3 comments · 7 replies
Discussion options

You must be logged in to vote

@dustdfg You can set an environment variable for a child process using either:

$ export QT_FONT_DPI=196
$ tiled

Or:

$ QT_FONT_DPI=196 tiled

Otherwise, you're only changing the value for the terminal itself.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@dustdfg
Comment options

@bjorn
Comment options

@dustdfg
Comment options

@bjorn
Comment options

Answer selected by dustdfg
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants