Window should have minimize button.
Simply add minimizable to features variable for openDialog function in
overlay.js
window.openDialog(
'chrome://poster/content/poster-window.xul','poster-'+(new
Date()).getTime(),'centerscreen,chrome,resizable,minimizable',null
);
Actually, features should not be passed at all. That way new dialog would
be resizable and minimizable by default.
Original issue reported on code.google.com by andis.grossteins on 19 Apr 2010 at 8:33
Original issue reported on code.google.com by
andis.grossteins
on 19 Apr 2010 at 8:33