atom / atom

:atom: The hackable text editor
https://atom.io
MIT License
60.19k stars 17.4k forks source link

White line at the top of Atom app (macOS) #20058

Open sergeyfilimonov opened 4 years ago

sergeyfilimonov commented 4 years ago

Prerequisites

Description

The Electron app on macOS still has a white top border which is widely discussed and fixed in Electron's community https://github.com/electron/electron/issues/13164 It should not be there since Catalina.

Steps to Reproduce

The border is hidden only in fullscreen mode. Otherwise you see it all the time.

Снимок экрана 2019-10-24 в 14 57 55

Expected behavior:

There should be no white border.

Additional information

This might help to resolve the issue https://electronjs.org/docs/api/frameless-window

Versions

Atom 1.41.0 macOS 10.5

sergeyfilimonov commented 4 years ago

The issue seems to be solved in Electron: https://github.com/electron/electron/issues/13164 I guess Atom should be using an updated version of Electron.