mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
DisplaySettings: Fix a typo
This commit is contained in:
parent
b094e5279c
commit
caa11503b1
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void DisplaySettingsWidget::create_frame()
|
||||||
this->m_monitor_widget->update();
|
this->m_monitor_widget->update();
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Resulation Row ////////////////////////////////////////////////////////////////////////////
|
/// Resolution Row ////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
auto& resolution_selection_container = settings_content.add<GUI::Widget>();
|
auto& resolution_selection_container = settings_content.add<GUI::Widget>();
|
||||||
resolution_selection_container.set_layout<GUI::HorizontalBoxLayout>();
|
resolution_selection_container.set_layout<GUI::HorizontalBoxLayout>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue