fix workspace controls for RTL locales

https://bugzilla.gnome.org/show_bug.cgi?id=584662
This commit is contained in:
Abderrahim Kitouni 2010-02-11 20:06:12 +01:00 committed by Owen W. Taylor
parent 5ca665bdde
commit 2da6507a87

View File

@ -354,7 +354,7 @@ Overview.prototype = {
// place the 'Add Workspace' button in the bottom row of the grid
this._workspacesBarX = this._workspacesX;
this._workspacesBarWidth = primary.width - this._workspacesBarX - WORKSPACE_GRID_PADDING;
this._workspacesBarWidth = this._workspacesWidth;
this._workspacesBarY = primary.height - displayGridRowHeight;
// The parent (this._group) is positioned at the top left of the primary monitor