workspaceThumbnail: Allow users to create workspaces at any position

Allow a user to create a new workspace by dragging a window or a launcher in
the middle of two existing ones.

https://bugzilla.gnome.org/show_bug.cgi?id=646409
This commit is contained in:
Jasper St. Pierre
2011-05-04 22:47:07 -04:00
parent 43f53a708f
commit 703d2ead33
3 changed files with 122 additions and 10 deletions

View File

@ -231,7 +231,7 @@ DragPlaceholderItem.prototype = {
_init: function() {
DashItemContainer.prototype._init.call(this);
this.setChild(new St.Bin({ style_class: 'dash-placeholder' }));
this.setChild(new St.Bin({ style_class: 'placeholder' }));
}
};