MCPcopy Create free account
hub / github.com/material-shell/material-shell / getPanelSize

Method getPanelSize

src/manager/msThemeManager.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 getPanelSize() {
201 return this.getScaledSize(this.themeSettings.get_int('panel-size'));
202 }
203
204 getPanelSizeNotScaled() {
205 return this.themeSettings.get_int('panel-size');

Callers 15

updateSpacerMethod · 0.80
updateSpacerMethod · 0.80
vfunc_allocateMethod · 0.80
toggleMethod · 0.80
constructorMethod · 0.80

Calls 2

getScaledSizeMethod · 0.95
get_intMethod · 0.65

Tested by

no test coverage detected