mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +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
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
|
||||
@GUI::SpinBox {
|
||||
name: "virtual_desktop_rows_spinbox"
|
||||
name: "workspace_rows_spinbox"
|
||||
min: 1
|
||||
max: 16
|
||||
orientation: "Horizontal"
|
||||
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
|
||||
@GUI::SpinBox {
|
||||
name: "virtual_desktop_columns_spinbox"
|
||||
name: "workspace_columns_spinbox"
|
||||
min: 1
|
||||
max: 16
|
||||
orientation: "Horizontal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue