backport ruler text spacing fix from 3.0

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11708 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-03-16 17:09:59 +00:00
parent 83e824555f
commit 24d5be3f0a
2 changed files with 2 additions and 0 deletions

View File

@ -715,6 +715,7 @@ style "editor_time_ruler" = "small_text"
{
fg[NORMAL] = { 0.80, 0.80, 0.80 }
bg[NORMAL] = { 0.09, 0.09, 0.09 }
ythickness = 0
}
style "audio_bus_base"

View File

@ -720,6 +720,7 @@ style "editor_time_ruler" = "small_text"
{
fg[NORMAL] = { 0, 0, 0 }
bg[NORMAL] = { 0.74, 0.74, 0.77 }
ythickness = 0
}
style "audio_bus_base"