Skip to content

Hook up fallback app icons to CSS

Florian Müllner requested to merge wip/fmuellner/window-app-icon-size into master

We no longer hardcode the size of notification icons in code to make them font-relative.

This is a problem with the newly added StIconContent, which no longer takes -1 to mean "at the preferred size", but aborts for negative size values.

Make it possible again to set the icon size from CSS without hitting the assertion.

Fixes #1027 (closed)

Merge request reports