mirror of
https://github.com/vim/vim.git
synced 2025-10-07 05:54:16 -04: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:
committed by
Christian Brabandt
parent
85ee742f1e
commit
ad3b6a3340
@@ -160,7 +160,7 @@ static const GtkTargetEntry dnd_targets[] =
|
||||
* "Monospace" is a standard font alias that should be present
|
||||
* on all proper Pango/fontconfig installations.
|
||||
*/
|
||||
# define DEFAULT_FONT "Monospace 10"
|
||||
# define DEFAULT_FONT "Monospace 12"
|
||||
|
||||
#if defined(FEAT_GUI_GNOME) && defined(FEAT_SESSION)
|
||||
# define USE_GNOME_SESSION
|
||||
|
Reference in New Issue
Block a user