Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Resize bug #6

Open
NullDev opened this issue Sep 6, 2017 · 0 comments
Open

Resize bug #6

NullDev opened this issue Sep 6, 2017 · 0 comments
Assignees

Comments

@NullDev
Copy link
Member

NullDev commented Sep 6, 2017

If a file is loaded in the editor and the window is resized, the editor doesn't expand:

auswahl_2017-09-06_01

'On resize'-handle needed like

let currentWindow = remote.getCurrentWindow().removeAllListeners();
currentWindow.on('resize', function () {
    //Fix padding
});

In main.js

Ref Commit: f3d70cf

@NullDev NullDev self-assigned this Sep 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant