From 5fcfee7f4dbc315c56ce0e84045caddc1fe1b69e Mon Sep 17 00:00:00 2001 From: John Emmas Date: Thu, 23 Jun 2016 15:20:03 +0100 Subject: When building with MSVC, adapt the various font sizes to be a closer match to the GCC build (the smaller fonts can't be an exact match or they end up looking too small). --- msvc32-fixup.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/msvc32-fixup.pl b/msvc32-fixup.pl index 43c42cdfc1..b61ce408f2 100644 --- a/msvc32-fixup.pl +++ b/msvc32-fixup.pl @@ -19,14 +19,14 @@ $exec_prefix = "lib"; $dll_suffix = "32"; $lib_ext = ".dll"; $monospace = "ArdourMono"; -$font_small = 9; +$font_small = 8.5; $font_smaller = 8; -$font_normal = 10; -$font_big = 14; -$font_large = 18; -$font_larger = 24; -$font_huger = 34; -$font_massive = 60; +$font_normal = 9; +$font_big = 11; +$font_large = 14.5; +$font_larger = 19; +$font_huger = 27; +$font_massive = 48; sub process_file { -- cgit v1.2.3