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

Method getScaledSize

src/manager/msThemeManager.ts:208–211  ·  view source on GitHub ↗
(size: number)

Source from the content-addressed store, hash-verified

206 }
207
208 getScaledSize(size: number) {
209 const { scale_factor } = St.ThemeContext.get_for_stage(global.stage);
210 return size * scale_factor;
211 }
212
213 get focusEffect() {
214 return this.themeSettings.get_enum('focus-effect');

Callers 8

getPanelSizeMethod · 0.95
toggleMethod · 0.80
updateBordersPositionMethod · 0.80
buttonSizeMethod · 0.80
vfunc_allocateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected