Skip to content

applets/showActivityManager: Fix icon alignment and size in vertical panels

Previous code assumed that the widget lives in a horizontal panel, taking the height as the reference size for the icon and always trying to display the label; now, it scales depending on what's smaller between height and width, and only displays the label in a horizontal panel.

BUG: 461979 FIXED-IN: 5.27

Edited by Nate Graham

Merge request reports