3

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.

4

1 回答 1

1

这看起来像是 chrome 框架窗口的一些任意限制,不应将其应用于无框架窗口。我猜这来自 API 实现,而不是 Windows 施加的一些限制。

我已登录https://code.google.com/p/chromium/issues/detail?id=224860进行调查并希望能解决此问题,请随时为它加注星标。

于 2013-03-29T04:56:48.927 回答