1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:38:10 +00:00

LibGUI: Fix a typo

This commit is contained in:
Cameron Youell 2022-12-06 00:00:35 +11:00 committed by Linus Groh
parent bf522d3bb3
commit 4e3b965d7f
8 changed files with 23 additions and 23 deletions

View file

@ -73,7 +73,7 @@ void ScrollableContainerWidget::resize_event(GUI::ResizeEvent& event)
update_widget_position();
}
void ScrollableContainerWidget::layout_relevant_change_occured()
void ScrollableContainerWidget::layout_relevant_change_occurred()
{
update_widget_min_size();
update_scrollbar_visibility();