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

17,679

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.

Share:
17,679

Related videos on Youtube

ueli
Author by

ueli

Updated on September 18, 2022

Comments

  • ueli
    ueli almost 2 years

    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

    • GittingGud
      GittingGud about 4 years
      Did you find a fix for your problem? I'm currently facing the same issue. For me, the weirdly scaled fonts appeared randomly after a restart, while the most annoying part is that programmed Qt applications are also wrongly displayed.
  • ueli
    ueli almost 5 years
    Partly this solved the problem, since the editor font size is controllable by itself as you pointed out. But apart from the editor's font size, the relative proportions are completely wrong: E.g. the filenames are now readable, but the symbols are now huge. So ist still not the desired output!