NaaLaa Forum
NED - full screen - Printable Version

+- NaaLaa Forum (http://www.naalaa.com/community)
+-- Forum: NaaLaa (http://www.naalaa.com/community/forumdisplay.php?fid=1)
+--- Forum: Bugs and suggestions (http://www.naalaa.com/community/forumdisplay.php?fid=8)
+--- Thread: NED - full screen (/showthread.php?tid=928)



NED - full screen - kcfb - 01-04-2022

While the maximise button is non-functional, anyone who prefers NED full screen can change the following values in the NED.N7 file:
vCW = int(screenw()*0.75/unitW)
vCH = int(screenh()*0.75/unitH)

Just removing "*0.75" from each line does the trick, although in my case I had to change the height to:
vCH = int(screenh()*0.93/unitH)
....but this is probably due to a dodgy monitor I am currently using (I can't adjust the monitor settings)....