Will Eldrid-Otterburn

Results 4 comments of Will Eldrid-Otterburn

I also experienced this issue. Adding `GDK_SCALE=1` fixes it in X for me. Will try in Wayland later if I have time. Thanks for the solution btw

@tensor5 With X and `GDK_SCALE=1` I get a correct sized file chooser on my HiDPi screen. With `GDK_SCALE=2` atom is all the same size but the file chooser is huge....

@tensor5 Just updated to electron-1.4.1-2 (is that the correct version?) and seems to be working fine for me.

For reference I had this same issue. I narrowed it down to `babel-polyfill` I had `import "babel-polyfill"` in my entrypoint file which must have broken the server side bundle by...