Hi,
I'm wondering if anyone knows if there is a minimum window size for node-webkit. I've run into something odd.
The screen size I require for a popup window (note, not the main application window) is 66px high. When the window appears it is 66px high. From here on in, things change depending on the value of 'frame' when opening the window. When you click and move the window:
if frame is true; the window resizes (height only) to a certain height, but incorporates the size of the frame
if frame is false; the window resizes (height only) to a certain height, and doesn't incorporate the size of the frame
So I'm pretty sure the height of the window is always the same, but includes the frame and one doesn't.
Has anyone else experienced this?
cheers,
Scott.