mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Properly initialize status
This commit is contained in:
parent
ce26373bd7
commit
877f127c11
@ -41,7 +41,7 @@ var TwoColorIcon = new Lang.Class({
|
|||||||
alpha: 255
|
alpha: 255
|
||||||
});
|
});
|
||||||
this._secundaryColor = this._primaryColor;
|
this._secundaryColor = this._primaryColor;
|
||||||
this._currentStatus = null;
|
this._customStatus = null;
|
||||||
},
|
},
|
||||||
setPadding: function (padding) {
|
setPadding: function (padding) {
|
||||||
this.margin_left = padding;
|
this.margin_left = padding;
|
||||||
|
Loading…
Reference in New Issue
Block a user