pointerA11yTimeout: Fix style nit
There's a stray space after the opening parentheses. While at it, reindent the object literal. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/654
This commit is contained in:
parent
12ec5d1cbe
commit
9b8c0f7519
@ -11,10 +11,12 @@ class PieTimer extends St.DrawingArea {
|
|||||||
this._y = 0;
|
this._y = 0;
|
||||||
this._startTime = 0;
|
this._startTime = 0;
|
||||||
this._duration = 0;
|
this._duration = 0;
|
||||||
super._init( { style_class: 'pie-timer',
|
super._init({
|
||||||
visible: false,
|
style_class: 'pie-timer',
|
||||||
can_focus: false,
|
visible: false,
|
||||||
reactive: false });
|
can_focus: false,
|
||||||
|
reactive: false
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
vfunc_repaint() {
|
vfunc_repaint() {
|
||||||
|
Loading…
Reference in New Issue
Block a user