13
0

remove TINY font size (unused) and tweak monitor section labels up in size

git-svn-id: svn://localhost/ardour2/branches/3.0@13638 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-11 13:11:03 +00:00
parent 9fcd72d8bb
commit 053b4a7fb0
3 changed files with 1 additions and 8 deletions

View File

@ -1,8 +1,3 @@
style "smallest_text"
{
font_name = "@FONT_TINY@"
}
style "very_small_text" style "very_small_text"
{ {
font_name = "@FONT_SMALLER@" font_name = "@FONT_SMALLER@"

View File

@ -360,7 +360,7 @@ widget "*monitor" style:highest "monitor"
widget "*processor prefader" style:highest "processor" widget "*processor prefader" style:highest "processor"
widget "*processor fader" style:highest "processor" widget "*processor fader" style:highest "processor"
widget "*processor postfader" style:highest "processor" widget "*processor postfader" style:highest "processor"
widget "*MonitorSectionLabel" style:highest "very_small_text" widget "*MonitorSectionLabel" style:highest "small_text"
widget "*mute button" style:highest "monitor" widget "*mute button" style:highest "monitor"
widget "*invert button" style:highest "monitor" widget "*invert button" style:highest "monitor"
widget "*send alert button" style:highest "small_text" widget "*send alert button" style:highest "small_text"

View File

@ -502,7 +502,6 @@ def build(bld):
if bld.is_defined('GTKOSX'): # OS X fonts if bld.is_defined('GTKOSX'): # OS X fonts
basefont = "" basefont = ""
font_sizes = { font_sizes = {
'TINY' : '7',
'SMALLER' : '9', 'SMALLER' : '9',
'SMALL' : '10', 'SMALL' : '10',
'NORMAL' : '11', 'NORMAL' : '11',
@ -517,7 +516,6 @@ def build(bld):
else: # Linux/X11 fonts else: # Linux/X11 fonts
basefont = '' # unspecified - use system defaults basefont = '' # unspecified - use system defaults
font_sizes = { font_sizes = {
'TINY' : '6',
'SMALLER' : '8', 'SMALLER' : '8',
'SMALL' : '9', 'SMALL' : '9',
'NORMAL' : '10', 'NORMAL' : '10',