overviewControls: Add spacing around workspaces and appGrid
Adjust the origin of the appDisplayBox slightly further downwards and include spacing around the workspaces and the appGrid. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3278>
This commit is contained in:
@ -120,7 +120,7 @@ class ControlsManagerLayout extends Clutter.LayoutManager {
|
|||||||
break;
|
break;
|
||||||
case ControlsState.APP_GRID:
|
case ControlsState.APP_GRID:
|
||||||
appDisplayBox.set_origin(0,
|
appDisplayBox.set_origin(0,
|
||||||
startY + searchHeight + this._spacing + appGridBox.get_height());
|
startY + searchHeight + this._spacing + appGridBox.get_height() + this._spacing);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ class ControlsManagerLayout extends Clutter.LayoutManager {
|
|||||||
height -
|
height -
|
||||||
searchHeight - this._spacing -
|
searchHeight - this._spacing -
|
||||||
appGridBox.get_height() - this._spacing -
|
appGridBox.get_height() - this._spacing -
|
||||||
dashHeight);
|
dashHeight - this._spacing);
|
||||||
|
|
||||||
return appDisplayBox;
|
return appDisplayBox;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user