13
0
Fork 0

L: remove vestigial frame around mixer section

This commit is contained in:
Ben Loftis 2024-05-13 13:00:49 -05:00
parent 6fe689098b
commit f5569321d8
1 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,8 @@ Mixer_UI::Mixer_UI ()
scroller.add (strip_group_box);
scroller.set_policy (Gtk::POLICY_ALWAYS, Gtk::POLICY_AUTOMATIC);
Gtk::Viewport *vp = dynamic_cast<Gtk::Viewport*> (scroller.get_child());
vp->set_shadow_type(Gtk::SHADOW_NONE);
setup_track_display ();