13
0

remove a couple of unused font style names, remove SAE style files

git-svn-id: svn://localhost/ardour2/branches/3.0@14151 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-05 13:24:04 +00:00
parent c374cafd03
commit 0b5e546340
4 changed files with 2 additions and 3179 deletions

View File

@ -60,21 +60,11 @@ style "larger_text"
font_name = "@FONT_LARGE@"
}
style "massive_text"
{
font_name = "@FONT_MASSIVE@"
}
style "monospace massive_text"
{
font_name = "@MONOSPACE@ bold @FONT_MASSIVE@"
}
style "larger_bold_text"
{
font_name = "bold @FONT_LARGE@"
}
style "big_bold_text"
{
font_name = "bold @FONT_LARGER@"
@ -85,7 +75,7 @@ style "plugin_name_text" = "big_bold_text"
fg[NORMAL] = @@COLPREFIX@_text
}
style "plugin_maker_text" = "larger_bold_text"
style "plugin_maker_text" = "large_bold_text"
{
fg[NORMAL] = @@COLPREFIX@_text
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1232,7 +1232,7 @@ AudioClock::set_bbt (framepos_t when, bool /*force*/)
TempoMetric m (_session->tempo_map().metric_at (pos));
sprintf (buf, "%-5.2f", m.tempo().beats_per_minute());
sprintf (buf, "%-5.1f", m.tempo().beats_per_minute());
_left_layout->set_markup (string_compose ("<span size=\"%1\">"TXTSPAN"%3</span> <span foreground=\"green\">%2</span></span>",
INFO_FONT_SIZE, buf, _("Tempo")));