From 2da6507a8752ad36547ffeca621a8b6fe50bce1e Mon Sep 17 00:00:00 2001 From: Abderrahim Kitouni Date: Thu, 11 Feb 2010 20:06:12 +0100 Subject: [PATCH] fix workspace controls for RTL locales https://bugzilla.gnome.org/show_bug.cgi?id=584662 --- js/ui/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/overview.js b/js/ui/overview.js index 1f0ee4b9a..92847b171 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -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