AvaloniaILSpy icon indicating copy to clipboard operation
AvaloniaILSpy copied to clipboard

allow to override treeview fontsize

Open devel0 opened this issue 2 years ago • 2 comments

this PR allow override treeview fontsize using an environment variable ILSPY_TREEVIEW_FONTSIZE.

Example:

ILSPY_TREEVIEW_FONTSIZE=14 ILSpy

devel0 avatar Jan 22 '23 14:01 devel0

The proper way to configure font size is to modify the configuration file. We would like to keep it the same way as ILSPY. If you want to make it a new feature, please create an issue at https://github.com/icsharpcode/ILSpy. We can port the implementation from ILSpy to here later.

jeffreye avatar Jan 30 '23 06:01 jeffreye

Thanks @devel0. It is pretty unusable with Wayland without this (the X11 scale factor doesn't work).

p1gp1g avatar Oct 17 '23 11:10 p1gp1g