icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.5k stars 169 forks source link

allow to override treeview fontsize #128

Open devel0 opened 1 year ago

devel0 commented 1 year ago

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

Example:

ILSPY_TREEVIEW_FONTSIZE=14 ILSpy
jeffreye commented 1 year ago

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.

p1gp1g commented 10 months ago

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