1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

DisplaySettings: Rename wallpaper setting "scaled" to "stretch"

I want to add a scale factor for picking pixel density, and using
the same terminology for wallpaper handling would be confusing.
This commit is contained in:
Nico Weber 2020-10-26 10:16:44 -04:00 committed by Andreas Kling
parent 56cad36ef2
commit 699ba84bea
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ void DisplaySettingsWidget::create_wallpaper_list()
m_modes.append("simple");
m_modes.append("tile");
m_modes.append("center");
m_modes.append("scaled");
m_modes.append("stretch");
}
void DisplaySettingsWidget::create_frame()