Skip to content

Resize the system tray icons with correct scale

Resize the system tray icons and show desktop icon with correct scale.

The spacingAtMinSize will be used to calculate the container margins. It will affect the bounding box size for the icons.

Math.floor is used to get a more consistent scaling when the panel height is changed.

Before After
panel-before panel

BUG: 454810

Merge request reports