Page 1 of 1
Initial windowed mode resolution
Posted: Tue Dec 11, 2012 9:13 am
by Bothkill
If I accidentally (by mouse slip) alter the window resolution, how can I revert to the initial one?
Shift-launching Oolite didn't do it.
Re: Initial windowed mode resolution
Posted: Tue Dec 11, 2012 9:56 am
by JazHaz
The screen resolution is saved in the .GNUstepDefaults
file. Try deleting that and see if that solves your problem.
Re: Initial windowed mode resolution
Posted: Tue Dec 11, 2012 4:38 pm
by Bothkill
Thanks JazHaz, your solution solved the problem.
I deleted the lines:
Code: Select all
window_height = xxx;
window_width = xxx;
and the window reverted to default values: 600x800.