Skip to content

Fix krunner visual issues

Marco Martin requested to merge work/mart/fixKrunnerLook into master
  • When krunner is floating, show borders and shadows (Qt::EdgeFlags() means no edges, not all edges)
  • Properly initialize the theme: set _kirigamiTheme before creating the view, as PlasmaWindow in its ctor instantiates the background svg, it needs to have the correct theme from the get go

BUG:473577

Merge request reports