0
0
mirror of https://github.com/vim/vim.git synced 2025-11-16 23:24:03 -05:00

patch 9.1.0915: GVim: default font size a bit too small

Problem:  GVim: default font size a bit too small
Solution: increase guifont size to 12 pt on GTK builds
          of gVim (matveyt).

fixes: #16172
closes: #16178

Signed-off-by: matveyt <matthewtarasov@yandex.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
matveyt
2024-12-08 10:26:51 +01:00
committed by Christian Brabandt
parent 85ee742f1e
commit ad3b6a3340
7 changed files with 17 additions and 9 deletions

View File

@@ -2729,8 +2729,8 @@ quality_id2name(DWORD id)
}
// The default font height in 100% scaling (96dpi).
// (-12 in 96dpi equates to roughly 9pt)
#define DEFAULT_FONT_HEIGHT (-12)
// (-16 in 96dpi equates to roughly 12pt)
#define DEFAULT_FONT_HEIGHT (-16)
static const LOGFONTW s_lfDefault =
{