mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Apply a name to eventboxen in the menu bar, so the theme can be applied
This commit is contained in:
parent
54ece22efb
commit
bdd362ee24
1 changed files with 7 additions and 0 deletions
|
|
@ -751,6 +751,13 @@ ARDOUR_UI::build_menu_bar ()
|
|||
EventBox* ev_format = manage (new EventBox);
|
||||
EventBox* ev_timecode = manage (new EventBox);
|
||||
|
||||
ev_dsp->set_name ("MainMenuBar");
|
||||
ev_path->set_name ("MainMenuBar");
|
||||
ev_name->set_name ("MainMenuBar");
|
||||
ev_audio->set_name ("MainMenuBar");
|
||||
ev_format->set_name ("MainMenuBar");
|
||||
ev_timecode->set_name ("MainMenuBar");
|
||||
|
||||
Gtk::HBox* hbox = manage (new Gtk::HBox);
|
||||
hbox->show ();
|
||||
hbox->set_border_width (2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue