mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
DisplaySettings: Fix a typo
This commit is contained in:
parent
b094e5279c
commit
caa11503b1
Notes:
sideshowbarker
2024-07-19 04:56:21 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/caa11503b1d Pull-request: https://github.com/SerenityOS/serenity/pull/2764
1 changed files with 1 additions and 1 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Reference in a new issue