Stefania
Stefania

Reputation: 801

chrome.app.window resize to smaller dimensions

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

Answers (1)

Ben Wells
Ben Wells

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

Related Questions