dwellClick: Reindent modes map

Using multiple spaces after property names in order to align the
values isn't something we do elsewhere.

Instead, align the values by using a fixed 4-space indent as preferred
by gjs nowadays.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/608
This commit is contained in:
Florian Müllner 2019-06-29 15:06:53 +02:00 committed by Georges Basile Stavracas Neto
parent 95b80eec01
commit 8c28f9a77d

View File

@ -27,7 +27,7 @@ const DWELL_CLICK_MODES = {
name: _("Secondary Click"), name: _("Secondary Click"),
icon: 'pointer-secondary-click-symbolic', icon: 'pointer-secondary-click-symbolic',
type: Clutter.PointerA11yDwellClickType.SECONDARY type: Clutter.PointerA11yDwellClickType.SECONDARY
}, }
}; };
var DwellClickIndicator = GObject.registerClass( var DwellClickIndicator = GObject.registerClass(