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:
parent
8562606ad1
commit
841599d475
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user