mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 12:08:14 +00:00
Everywhere: Replace "virtual desktop" => "workspace"
This commit is contained in:
parent
8417c0fb1e
commit
d21dc1f451
27 changed files with 103 additions and 103 deletions
|
@ -25,8 +25,8 @@ private:
|
|||
void create_frame();
|
||||
void load_current_settings();
|
||||
|
||||
RefPtr<GUI::SpinBox> m_virtual_desktop_rows_spinbox;
|
||||
RefPtr<GUI::SpinBox> m_virtual_desktop_columns_spinbox;
|
||||
RefPtr<GUI::SpinBox> m_workspace_rows_spinbox;
|
||||
RefPtr<GUI::SpinBox> m_workspace_columns_spinbox;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue