Skip to content

Commit

Permalink
Don't default to high-dpi for now
Browse files Browse the repository at this point in the history
Makes default font too small

Would make sense to enable with automatic font scaling
  • Loading branch information
acaudwell committed May 4, 2022
1 parent f916bc4 commit 0a68620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ int main(int argc, char *argv[]) {
// If a resolution has been specified this may not be appropriate
// E.g. if you are recording a video at a specific resolution
// Can override by supplying --high-dpi option.
if(settings.viewport_specified && !settings.high_dpi) {
if(/* settings.viewport_specified && */ !settings.high_dpi) {
high_dpi = false;
}
#endif
Expand Down

0 comments on commit 0a68620

Please sign in to comment.