Search code examples
xulxulrunner

How to set a xulrunner main window's minimum size?


I want to set a minimum size for my xulrunner applications' main window.I have tried minwidth and minheight but didnt work.wat am i missing out?


Solution

  • A dirty way to keep the xul window minimum size to to listen to the resize event and use window.resizeTo()