adjust clock font sizes
git-svn-id: svn://localhost/ardour2/branches/3.0@14150 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a0282a54d6
commit
c374cafd03
@ -50,7 +50,7 @@ style "large_bold_text"
|
||||
font_name = "bold @FONT_LARGE@"
|
||||
}
|
||||
|
||||
style "large_bold_mono_text"
|
||||
style "bigger_bold_mono_text"
|
||||
{
|
||||
font_name = "@MONOSPACE@ @FONT_BIGGER@"
|
||||
}
|
||||
|
@ -122,10 +122,10 @@ widget "*WarningMessage" style:highest "warning_message"
|
||||
widget "*big clock" style:highest "monospace massive_text"
|
||||
widget "*selection clock" style:highest "small_mono_text"
|
||||
widget "*punch clock" style:highest "small_mono_text"
|
||||
widget "*transport clock" style:highest "large_bold_mono_text"
|
||||
widget "*secondary clock" style:highest "large_bold_mono_text"
|
||||
widget "*transport delta clock" style:highest "large_bold_mono_text"
|
||||
widget "*secondary delta clock" style:highest "large_bold_mono_text"
|
||||
widget "*transport clock" style:highest "bigger_bold_mono_text"
|
||||
widget "*secondary clock" style:highest "bigger_bold_mono_text"
|
||||
widget "*transport delta clock" style:highest "bigger_bold_mono_text"
|
||||
widget "*secondary delta clock" style:highest "bigger_bold_mono_text"
|
||||
widget "*silence duration clock" style:highest "medium_text"
|
||||
widget "*edit point clock" style:highest "medium_text"
|
||||
widget "*nudge clock" style:highest "small_mono_text"
|
||||
|
@ -505,8 +505,7 @@ def build(bld):
|
||||
'SMALLER' : '9',
|
||||
'SMALL' : '10',
|
||||
'NORMAL' : '11',
|
||||
'BIG' : '12',
|
||||
'BIGGER' : '14',
|
||||
'BIGGER' : '16',
|
||||
'LARGE' : '18',
|
||||
'LARGER' : '28',
|
||||
'HUGER' : '36',
|
||||
@ -521,8 +520,7 @@ def build(bld):
|
||||
'SMALLER' : '8',
|
||||
'SMALL' : '9',
|
||||
'NORMAL' : '10',
|
||||
'BIG' : '12',
|
||||
'BIGGER' : '14',
|
||||
'BIGGER' : '16',
|
||||
'LARGE' : '18',
|
||||
'LARGER' : '24',
|
||||
'HUGER' : '34',
|
||||
|
Loading…
Reference in New Issue
Block a user