13
0

L: pixel pushing

This commit is contained in:
Ben Loftis 2024-05-09 10:05:35 -05:00
parent 577640588e
commit 87dc8ad37c
2 changed files with 3 additions and 0 deletions

View File

@ -707,12 +707,14 @@ Editor::Editor ()
time_bars_event_box.signal_button_release_event().connect (sigc::mem_fun(*this, &Editor::ruler_label_button_release));
#ifndef MIXBUS
#ifndef LIVETRAX
ArdourWidgets::ArdourDropShadow *axis_view_shadow = manage (new (ArdourWidgets::ArdourDropShadow));
axis_view_shadow->set_size_request (4, -1);
axis_view_shadow->set_name("EditorWindow");
axis_view_shadow->show();
edit_packer.attach (*axis_view_shadow, 0, 1, 0, 2, FILL, FILL|EXPAND, 0, 0);
#endif
#endif
/* labels for the time bars */

View File

@ -744,6 +744,7 @@ Editor::update_ruler_visibility ()
ruler_separator->set_y_position (ruler_separator_y);
time_bars_vbox.set_size_request (-1, ruler_separator_y);
time_bars_hbox.set_size_request (-1, ruler_separator_y);
time_bars_hbox.set_border_width (4);
/* move hv_scroll_group (trackviews) to the end of the timebars */