I am creating a chrome.app.window
(on Windows) and it seems that the dimensions of the window cannot be smaller than 130x26px. Is there a way of having a window smaller than 130x26px?
I have already tried with both resizeTo
and setBounds
function.