ui: mixer: consistent bg color for the master bottom spacer

This commit is contained in:
jean-emmanuel 2023-12-13 15:51:16 +01:00
parent 1fad5fd6e9
commit 783bb84338

View File

@ -358,6 +358,7 @@ MixerStrip::init ()
scrollbar_height += 3; // track_display_frame border/shadow
}
spacer.set_size_request (-1, scrollbar_height);
spacer.set_name ("AudioBusStripBase");
global_vpacker.pack_end (spacer, false, false);
#endif