Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Frameless window doesn't hide frame well #501

Open
mdtanrikulu opened this issue Feb 19, 2018 · 0 comments
Open

Frameless window doesn't hide frame well #501

mdtanrikulu opened this issue Feb 19, 2018 · 0 comments

Comments

@mdtanrikulu
Copy link

  • Electron version: 5.0.2
  • Operating system: macOS High Sierra v10.13.3
win = new BrowserWindow({
        title: "Test App",
        width: 600,
        height: 800,
        frame: false,
        resizable: true,
        show: false
    })

This behviour works on Electron well but in Muon I have this.
Result:
screen shot 2018-02-19 at 17 07 31

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

No branches or pull requests

1 participant