[gnome-shell] fix workspace controls for RTL locales
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] fix workspace controls for RTL locales
- Date: Thu, 11 Mar 2010 22:04:11 +0000 (UTC)
commit 2da6507a8752ad36547ffeca621a8b6fe50bce1e
Author: Abderrahim Kitouni <a kitouni gmail com>
Date: Thu Feb 11 20:06:12 2010 +0100
fix workspace controls for RTL locales
https://bugzilla.gnome.org/show_bug.cgi?id=584662
js/ui/overview.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 1f0ee4b..92847b1 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]