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:
parent
82a2e96e8c
commit
6c8f77c31b
@ -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"
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user