1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00

DisplaySettings: Fix a typo

This commit is contained in:
Linus Groh 2020-07-11 18:36:01 +01:00 committed by Andreas Kling
parent b094e5279c
commit caa11503b1

View file

@ -186,7 +186,7 @@ void DisplaySettingsWidget::create_frame()
this->m_monitor_widget->update();
};
/// Resulation Row ////////////////////////////////////////////////////////////////////////////
/// Resolution Row ////////////////////////////////////////////////////////////////////////////
auto& resolution_selection_container = settings_content.add<GUI::Widget>();
resolution_selection_container.set_layout<GUI::HorizontalBoxLayout>();