skpm/sketch-module-web-view

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

开放

#147 创建于 2020年3月29日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (63 个派生)github user discovery
bughelp wanted

仓库指标

星标
 (288 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南