workspacesView: Add some more spacing between window and workspace thumbs

https://bugzilla.gnome.org/show_bug.cgi?id=582650
This commit is contained in:
Jasper St. Pierre 2012-08-20 18:30:04 -04:00
parent 3ffeeac577
commit 96556eb959
2 changed files with 2 additions and 1 deletions

View File

@ -569,7 +569,7 @@ StScrollBar StButton#vhandle:active {
/* Overview */
#overview {
spacing: 12px;
spacing: 40px;
}
.window-caption {

View File

@ -864,6 +864,7 @@ const WorkspacesDisplay = new Lang.Class({
let clipY = y + (fullHeight - clipHeight) / 2;
let widthAdjust = this._zoomOut ? controlsNatural : controlsVisible;
widthAdjust += Main.overview._spacing;
width -= widthAdjust;
if (rtl)
x += widthAdjust;