mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
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
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue