I'd like to set the default font size in defaults.cfg. Unfortuately, the size variable is set in dialogs/stcStyleEditor.py -> STCStyleEditDlg -> init() , and there doesn't seem to be any way to persuade stc.style.SPE to accept a different value into %(size)d.
size = n in defautl.cfg, which I tried out of curiosity, does not work. Neither does setting the default baseline font and size help either.
I can obviously edit stcStyleEditor.py, but surely there must be a better way.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to set the default font size in defaults.cfg. Unfortuately, the size variable is set in dialogs/stcStyleEditor.py -> STCStyleEditDlg -> init() , and there doesn't seem to be any way to persuade stc.style.SPE to accept a different value into %(size)d.
size = n in defautl.cfg, which I tried out of curiosity, does not work. Neither does setting the default baseline font and size help either.
I can obviously edit stcStyleEditor.py, but surely there must be a better way.