mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Fix inappropriately massive flag font.
This commit is contained in:
parent
8339850e14
commit
60f4f5b9d8
3 changed files with 11 additions and 0 deletions
|
|
@ -61,6 +61,12 @@ Flag::setup (Distance height, Duple position)
|
|||
set_position (position);
|
||||
}
|
||||
|
||||
void
|
||||
Flag::set_font_description (Pango::FontDescription font_description)
|
||||
{
|
||||
_text->set_font_description (font_description);
|
||||
}
|
||||
|
||||
void
|
||||
Flag::set_text (string const & text)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue