summaryrefslogtreecommitdiff
path: root/gtk2_ardour/SConscript
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2007-08-03 03:54:08 +0000
committerJesse Chappell <jesse@essej.net>2007-08-03 03:54:08 +0000
commit69fe6ac3fd5bbda2d46d5978305b80076d2abdf5 (patch)
tree4ab85a642dafd3ac6144155b92ea1a7a21813ce8 /gtk2_ardour/SConscript
parentdeb231f6ccf7c0694b658296cfe26c549ed02c8e (diff)
fixes to theme font issues, tweaks etc. still needs verification on the linux end.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2230 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/SConscript')
-rw-r--r--gtk2_ardour/SConscript14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk2_ardour/SConscript b/gtk2_ardour/SConscript
index 061bfef56b..0346c75765 100644
--- a/gtk2_ardour/SConscript
+++ b/gtk2_ardour/SConscript
@@ -281,12 +281,13 @@ if gtkardour['DIST_TARGET'] == 'panther' or gtkardour['DIST_TARGET'] == 'tiger':
# OS X font rendering is different even with X11
#
my_font_dict['%FONT_TINY%'] = 'sans 7'
+ my_font_dict['%FONT_SMALLERER%'] = 'sans 8'
my_font_dict['%FONT_SMALLER%'] = 'sans 9'
my_font_dict['%FONT_SMALL%'] = 'sans 10'
my_font_dict['%FONT_NORMAL%'] = 'sans 11'
- my_font_dict['%FONT_BIG%'] = 'sans 15'
- my_font_dict['%FONT_BIGGER%'] = 'sans 16'
- my_font_dict['%FONT_LARGE%'] = 'sans 20'
+ my_font_dict['%FONT_BIG%'] = 'sans 12'
+ my_font_dict['%FONT_BIGGER%'] = 'sans 14'
+ my_font_dict['%FONT_LARGE%'] = 'sans 18'
my_font_dict['%FONT_LARGER%'] = 'sans 28'
my_font_dict['%FONT_HUGER%'] = 'sans 36'
my_font_dict['%FONT_MASSIVE%'] = 'sans 60'
@@ -294,10 +295,10 @@ if gtkardour['DIST_TARGET'] == 'panther' or gtkardour['DIST_TARGET'] == 'tiger':
my_font_dict['%FONT_BOLD_SMALLER%'] = 'sans bold 9'
my_font_dict['%FONT_BOLD_SMALL%'] = 'sans bold 10'
my_font_dict['%FONT_BOLD_NORMAL%'] = 'sans bold 11'
- my_font_dict['%FONT_BOLD_BIG%'] = 'sans bold 15'
- my_font_dict['%FONT_BOLD_BIGGER%'] = 'sans bold 16'
+ my_font_dict['%FONT_BOLD_BIG%'] = 'sans bold 13'
+ my_font_dict['%FONT_BOLD_BIGGER%'] = 'sans bold 14'
my_font_dict['%FONT_BOLD_LARGE%'] = 'sans bold 20'
- my_font_dict['%FONT_BOLD_LARGER%'] = 'sans bold 28'
+ my_font_dict['%FONT_BOLD_LARGER%'] = 'sans bold 25'
my_font_dict['%FONT_BOLD_HUGER%'] = 'sans bold 36'
my_font_dict['%FONT_BOLD_MASSIVE%'] = 'sans bold 60'
my_font_dict['%FONT_ITALIC_TINY%'] = 'sans italic 7'
@@ -315,6 +316,7 @@ else:
# Linux/X11 font rendering
#
my_font_dict['%FONT_TINY%'] = 'sans 4'
+ my_font_dict['%FONT_SMALLERER%'] = 'sans 6'
my_font_dict['%FONT_SMALLER%'] = 'sans 6'
my_font_dict['%FONT_SMALL%'] = 'sans 7'
my_font_dict['%FONT_NORMAL%'] = 'sans 8'