Control font size of Spyder Python IDE on everything except the editor code

How can I enlarge the font sizes of Spyder Python IDE and hereby I don't speak of the font size of the editor but the font sizes of e.g. the preferences window or the file names above the editor.

output of demo script

1

1 Answer

You can scale the entire user interface by setting a custom screen resolution.

Open the Preferences dialog from the Tools menu, then under General → Appearance → Screen resolution check "Set a custom high DPI scaling" and possibly adjust the default value of 1.5 as you see fit. You will then be prompted to restart Spyder for the new settings to take effect.

This will increase the display size of all fonts, including the one used in the editor, which can however be customized separately.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like