Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparency and Resziable is ignored when using it #30

Open
hevilp opened this issue Jan 21, 2018 · 0 comments
Open

Transparency and Resziable is ignored when using it #30

hevilp opened this issue Jan 21, 2018 · 0 comments

Comments

@hevilp
Copy link

hevilp commented Jan 21, 2018

Transparent and Resziable is ignored.

let mainWindowState = windowStateKeeper({ defaultWidth: 440, defaultHeight: 335, }); win = createWindow("main", { alwaysOnTop: true, //frame: false, transparent: true, //resizable: false, width: 440, height: 335, 'x': mainWindowState.x, 'y': mainWindowState.y, 'width': mainWindowState.width, 'height': mainWindowState.height, });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant