mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
Profiler: Hide timeline scrollbars if we don't need them :^)
This commit is contained in:
parent
2de9139532
commit
e6f8a5111f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue