skpm/sketch-module-web-view

`titleBarStyle: "hidden"` produces the same result as `"hiddenInset"`

Open

#147 geöffnet am 29. März 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (63 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (290 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Setting BrowserWindow's titleBarStyle to hidden, produces the same result as hiddenInset.

The expected result should be the traffic light buttons being placed in the same position as if using default, not slightly more inset.

Reproduced in version 3.4.1

Package hidden hiddenInset
Electron ✅Expected
SMWV ❌Result

Contributor Guide