Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateSpacer
Method · 0.80
updateSpacer
Method · 0.80
vfunc_allocate
Method · 0.80
vfunc_get_preferred_width
Method · 0.80
vfunc_get_preferred_width
Method · 0.80
toggle
Method · 0.80
vfunc_get_preferred_height
Method · 0.80
constructor
Method · 0.80
vfunc_get_preferred_width
Method · 0.80
vfunc_get_preferred_width
Method · 0.80
vfunc_get_preferred_height
Method · 0.80
vfunc_get_preferred_height
Method · 0.80
Calls
2
getScaledSize
Method · 0.95
get_int
Method · 0.65
Tested by
no test coverage detected