spyder-ide / spyder-terminal

Run system terminals inside Spyder. Works on Linux, macOS and Windows.
MIT License
227 stars 77 forks source link

Font size preference not respected #301

Closed mrclary closed 2 years ago

mrclary commented 2 years ago

Description of your problem

Font size in Spyder preferences is not respected. It appears that the font size in the Terminal plugin is always 16.

What steps will reproduce the problem?

  1. Change font size in Spyder Preferences -> Appearance
  2. Font size in Terminal plugin does not change

What is the expected output? What do you see instead? Font size in Terminal plugin should change.

Please provide any additional information below Note that the font is respected. When changing the font in the preferences, the font in Terminal correctly updates, just not the font size.

Versions and main components

steff456 commented 2 years ago

Hi @mrclary,

We decided not to match the font size from Spyder preferences because it doesn't match the look of the IDE. I could try to see if it works better in newer versions of xtermjs, but last time we tried it depended on the size of your screen how big or small the text will be shown. Our solution for that, was to include the zoom in/out feature as a replacement.