mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
c374cafd03
commit
0b5e546340
4 changed files with 2 additions and 3179 deletions
|
|
@ -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")));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue