Open trusktr opened 9 years ago
Here's what it looks like (notice the tiny content of the window with white borders):
I wonder if we can make it twice as big?
@coolwanglu See: https://github.com/atom/electron/issues/2625#issuecomment-136241893
@trusktr Good to know. Yet there may be a problem to access configuration in nvim.html
. A good solution would be pass webframe
out of the renderer.
@coolwanglu I gave it a try, and it works in the main.coffee
file. What it does is change the window.devicePixelRatio
. I don't think using webFrame like that is the solution. For example, that doesn't change the zoom level of the file menu at the top (outside of the browser area). Maybe there should be a way to scale the whole app as a whole?
On Linux, in Gnome 3 at 2x scale, Neovim-e is still at 1x scale, and it's tiny. I wonder what's the best way to double it's size on Linux.