as I am playing in 4K I was wondering if it is possible to change the size of AionScript windows, i.e. the radar.
After decompiling Radar.dll with "JetBrains dotPeek" I can see that the window size is set in the sub InitializeComponent():
Code: Select all
private void InitializeComponent()
{
[...]
this.Settings.Size = new Size(180, 180);
[...]
Any help would be appreciated.
Cheers
mavel