skpm/sketch-module-web-view

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

Open

#147 ouverte le 29 mars 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (63 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (290 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur