Revert "T: fix mixer-strip height packing; disable vertical scroller"
This reverts commit 1c890b12a0
.
This commit is contained in:
parent
c1808b718c
commit
af7b06d386
@ -207,7 +207,7 @@ Mixer_UI::Mixer_UI ()
|
||||
strip_group_box.signal_scroll_event().connect (sigc::mem_fun (*this, &Mixer_UI::on_scroll_event), false);
|
||||
|
||||
scroller.add (strip_group_box);
|
||||
scroller.set_policy (Gtk::POLICY_ALWAYS, Gtk::POLICY_NEVER);
|
||||
scroller.set_policy (Gtk::POLICY_ALWAYS, Gtk::POLICY_AUTOMATIC);
|
||||
|
||||
setup_track_display ();
|
||||
|
||||
@ -400,7 +400,7 @@ Mixer_UI::Mixer_UI ()
|
||||
HBox *box = manage (new HBox());
|
||||
box->pack_start (out_packer, false, false);
|
||||
box->pack_start (scroller, true, true);
|
||||
_content.pack_start(*box, false, false);
|
||||
_content.pack_start(*box);
|
||||
}
|
||||
|
||||
update_title ();
|
||||
|
Loading…
Reference in New Issue
Block a user