Move workspace controls into a single object

Rename WorkspacesViewSwitch to WorkspacesControls and let it manage
all workspace controls. Do not destroy and recreate the controls bar
actor on each view change, but add it to the overview once and let it
update itself.

https://bugzilla.gnome.org/show_bug.cgi?id=610189
This commit is contained in:
Florian Müllner
2010-02-12 21:12:39 +01:00
parent 7183aac362
commit c02b57efc3
3 changed files with 174 additions and 153 deletions

View File

@ -216,7 +216,7 @@ StTooltip {
height: 48px;
}
.workspaces-bar, .workspaces-bar * {
.workspaces-bar {
spacing: 5px;
}