overviewControls: Minor style fix

Since I'm forced to fix the spaces for the workAreaBox change, might as
well fix them in the nearby lines.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2395>
This commit is contained in:
Ivan Molodetskikh 2022-07-31 17:41:00 -07:00 committed by Marge Bot
parent 8562606ad1
commit 841599d475

View File

@ -66,8 +66,8 @@ class ControlsManagerLayout extends Clutter.BoxLayout {
const workspaceBox = box.copy();
const [width, height] = workspaceBox.get_size();
const {y1: startY} = this._workAreaBox;
const { spacing } = this;
const { expandFraction } = this._workspacesThumbnails;
const {spacing} = this;
const {expandFraction} = this._workspacesThumbnails;
switch (state) {
case ControlsState.HIDDEN:
@ -99,7 +99,7 @@ class ControlsManagerLayout extends Clutter.BoxLayout {
const [width, height] = box.get_size();
const {y1: startY} = this._workAreaBox;
const appDisplayBox = new Clutter.ActorBox();
const { spacing } = this;
const {spacing} = this;
switch (state) {
case ControlsState.HIDDEN: