yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

size problems in macOS Catalina. #90

Open PtNan opened 5 years ago

PtNan commented 5 years ago

in my MacBook running macOS Catalina, when opening FVim, it initially is opened in maximized, but quickly shrinks to a very tiny size. I had to make it maximized manually. BTW, can FVim be an open mode for some text files? I can only open FVim and use some vim file explorer to locate files and then open them.

yatli commented 5 years ago

Thanks for reporting. This sounds familiar to me when I debug the multigrid feature -- the window size measurement is off. What's the font and size setting?

PtNan commented 5 years ago

I set font as SF mono nerd font, in init.nvim. And the size is maximized, the config.json is as followed:

{
  "workspace": [
    {
      "path": "/",
      "mainwin": {
        "x": 300,
        "y": 300,
        "w": 1398,
        "h": 855,
        "state": "Normal",
        "BackgroundComposition": "none",
        "CustomTitleBar": false
      }
    }
  ],
  "Logging": null
}
tssm commented 4 years ago

I see this behaviour in Mojave too