mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 6 additions and 4 deletions
|
|
@ -11,10 +11,12 @@ class PieTimer extends St.DrawingArea {
|
|||
this._y = 0;
|
||||
this._startTime = 0;
|
||||
this._duration = 0;
|
||||
super._init( { style_class: 'pie-timer',
|
||||
visible: false,
|
||||
can_focus: false,
|
||||
reactive: false });
|
||||
super._init({
|
||||
style_class: 'pie-timer',
|
||||
visible: false,
|
||||
can_focus: false,
|
||||
reactive: false
|
||||
});
|
||||
}
|
||||
|
||||
vfunc_repaint() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue