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:
parent
95b80eec01
commit
8c28f9a77d
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user