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:
parent
56cad36ef2
commit
699ba84bea
3 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue