use UTF for lock icon

This commit is contained in:
Paul Davis 2024-04-20 22:34:38 -06:00
parent afd31f3aaf
commit 4f3509867d
1 changed files with 2 additions and 1 deletions

View File

@ -483,7 +483,8 @@ ARDOUR_UI::livetrax_setup_windows ()
hb = manage (new HBox);
hb->pack_start (transport_ctrl, false, false);
livetrax_lock_button = manage (new ArdourButton (_("Lock Icon"), elements));
livetrax_lock_button = manage (new ArdourButton (_("🔒"), elements));
livetrax_lock_button->set_layout_font (UIConfiguration::instance().get_LargerBoldMonospaceFont());
editor->mouse_mode_hbox->pack_start (*livetrax_lock_button, false, false, 12);
livetrax_transport_bar.pack_start (*hb, true, false);