-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Hard-coded 2 pixel border in GTK gVim #3575
Copy link
Copy link
Closed
Description
The current GTK gVim has hard-coded 2 pixel border around main window content:
The border value is hard-coded here.
Settings gui.border_width to 0
gui.border_width = 0;and rebuilding gVim completely eliminates the unnecessary border.
Ideally the border width value should be configurable, but at very least it should be set to 0 (like in Windows version of gVim, for example).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
