mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
js: Export variables and classes for Workspace Matrix extension
Most of these were "var" before the port to ESM (!1499). Here they are exported again. References !1499 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2978>
This commit is contained in:
parent
c7769da797
commit
7d835bf455
4 changed files with 6 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ import * as WindowManager from './windowManager.js';
|
|||
import * as WorkspaceThumbnail from './workspaceThumbnail.js';
|
||||
import * as WorkspacesView from './workspacesView.js';
|
||||
|
||||
const SMALL_WORKSPACE_RATIO = 0.15;
|
||||
export const SMALL_WORKSPACE_RATIO = 0.15;
|
||||
const DASH_MAX_HEIGHT_RATIO = 0.15;
|
||||
|
||||
const A11Y_SCHEMA = 'org.gnome.desktop.a11y.keyboard';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue