13
0

use system/gtk default font on OS X, rather than specifying Lucida Grande; make large_bold_text use the LARGE size, not BIGGER

git-svn-id: svn://localhost/ardour2/branches/3.0@11205 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-01-09 16:13:16 +00:00
parent 5bda71718e
commit 430b2c44d1
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ style "red_medium_text" = "medium_text"
style "large_bold_text"
{
font_name = "bold @FONT_BIGGER@"
font_name = "bold @FONT_LARGE@"
}
style "larger_text"

View File

@ -476,7 +476,7 @@ def build(bld):
# Set up font sizes
if bld.is_defined('GTKOSX'): # OS X fonts
basefont = "Lucida Grande"
basefont = ""
font_sizes = {
'TINY' : '7',
'SMALLER' : '9',