workspaceThumbnail: pack ThumbnailsBox in the overview directly

Use a SlidingControl subclass and pack that in the overview group
directly.

https://bugzilla.gnome.org/show_bug.cgi?id=682050
This commit is contained in:
Cosimo Cecchi
2012-12-11 17:26:09 -05:00
parent 93bde0cae2
commit 3d8a87563d
6 changed files with 78 additions and 298 deletions

View File

@ -728,6 +728,7 @@ const WindowOverlay = new Lang.Class({
Signals.addSignalMethods(WindowOverlay.prototype);
const WindowPositionFlags = {
NONE: 0,
INITIAL: 1 << 0,
ANIMATE: 1 << 1
};
@ -1088,7 +1089,7 @@ const Workspace = new Lang.Class({
return false;
}));
this.positionWindows(WindowPositionFlags.ANIMATE);
this.positionWindows(WindowPositionFlags.NONE);
},
_lookupIndex: function (metaWindow) {