mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use Gtkmm2ext::BindingSet for the GUI
This commit is contained in:
parent
effe0bd879
commit
801099e057
14 changed files with 76 additions and 61 deletions
|
|
@ -90,7 +90,7 @@ StepEntry::StepEntry ()
|
|||
, program_button (_("+"))
|
||||
, se (0)
|
||||
{
|
||||
set_data ("ardour-bindings", bindings);
|
||||
set_widget_bindings (*this, *bindings, "ardour-bindings");
|
||||
|
||||
Pango::FontDescription font (ARDOUR_UI_UTILS::sanitized_font ("ArdourSans 24"));
|
||||
length_1_button.set_layout_font (font);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue