13
0

adjust Linux font sizes for ArdourMono

git-svn-id: svn://localhost/ardour2/branches/3.0@14121 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2013-03-03 11:36:38 +00:00
parent 82a2e96e8c
commit 6c8f77c31b
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ style "small_text"
style "small_mono_text"
{
font_name = "@MONOSPACE@ @FONT_SMALL@"
font_name = "@MONOSPACE@ @FONT_SMALLER@"
}
style "small_italic_text"

View File

@ -521,8 +521,8 @@ def build(bld):
'SMALLER' : '8',
'SMALL' : '9',
'NORMAL' : '10',
'BIG' : '14',
'BIGGER' : '16',
'BIG' : '12',
'BIGGER' : '14',
'LARGE' : '18',
'LARGER' : '24',
'HUGER' : '34',