mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue