Profiler: Hide timeline scrollbars if we don't need them :^)

This commit is contained in:
Andreas Kling 2021-05-25 19:03:06 +02:00
parent 2de9139532
commit e6f8a5111f

View file

@ -12,6 +12,7 @@ namespace Profiler {
TimelineContainer::TimelineContainer(GUI::Widget& header_container, TimelineView& timeline_view)
{
set_should_hide_unnecessary_scrollbars(true);
m_header_container = header_container;
m_timeline_view = timeline_view;
add_child(header_container);