Make spacing between workspaces stylable

Currently the width of the gaps between workspaces in both linear
and mosaic view are defined as constants. Move these to the theme's
CSS instead.

https://bugzilla.gnome.org/show_bug.cgi?id=609673
This commit is contained in:
Florian Müllner
2010-02-10 07:00:02 +01:00
parent 8ef75524ea
commit b84a7042f1
2 changed files with 23 additions and 9 deletions

View File

@ -162,6 +162,14 @@ StTooltip {
color: white;
}
.workspaces.single {
spacing: 25px;
}
.workspaces.mosaic {
spacing: 15px;
}
.workspaces-bar {
height: 48px;
}