Reputation: 801
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.
Upvotes: 3
Views: 659
Reputation: 1892
This looks like some arbitrary limit in place for the chrome frame windows, which should not be applied for frameless windows. I'm guessing this comes from the API implementation and isn't some limit imposed by Windows.
I've logged https://code.google.com/p/chromium/issues/detail?id=224860 to investigate and hopefully fix this, feel free to star it.
Upvotes: 1