Date: 02/20/13 (Code WTF) Keywords: no keywords
function DialogBoxWidget_getContainerHeight() // Get the height of the container // Returns : [int] the height { var o=this return o.height-(2+18+2+2+2) }
Source: http://code-wtf.livejournal.com/216563.html