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:
parent
9fcd72d8bb
commit
053b4a7fb0
@ -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@"
|
||||||
|
@ -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"
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user