mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
workspacesView: Fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=694469
This commit is contained in:
parent
caaac9b9ec
commit
7cb12015fd
1 changed files with 3 additions and 3 deletions
|
|
@ -140,9 +140,9 @@ const WorkspacesView = new Lang.Class({
|
|||
},
|
||||
|
||||
setGeometry: function(x, y, width, height) {
|
||||
if (this._x == x && this._y == y &&
|
||||
this._width == width && this._height == height)
|
||||
return;
|
||||
if (this._x == x && this._y == y &&
|
||||
this._width == width && this._height == height)
|
||||
return;
|
||||
|
||||
this._width = width;
|
||||
this._height = height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue