workspaces-view: Remove MosaicView

The new layout does no longer support view switching, so merge
GenericWorkspacesView and SingleView, and remove MosaicView.
Also rename or remove workspace properties and functions which
are now unused.
The grid will have a comeback with the new DND behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=634948
This commit is contained in:
Florian Müllner
2010-11-12 10:28:28 +01:00
parent 1eb6dfe1b8
commit 0942f50781
4 changed files with 253 additions and 744 deletions

View File

@ -257,18 +257,11 @@ StTooltip StLabel {
/* Overview */
.workspaces {
.workspaces-view {
color: white;
}
.workspaces.single {
spacing: 25px;
}
.workspaces.mosaic {
spacing: 15px;
}
.workspaces-bar {
spacing: 5px;
}