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
Notes: sideshowbarker 2024-07-19 04:56:21 +09:00

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>();