https://bugs.kde.org/show_bug.cgi?id=380391
--- Comment #2 from Hugo Pereira Da Costa <hugo.pereira.da.co...@gmail.com> --- Hi Christoph Probably a breeze bug. When we calculate the decoration borders we use: fm.boundingRect(c->caption()) (fm being fontMetrics) So when caption is empty, this gives 0. It is then not updated on caption change. I guess I shoud just use fm.height() (after all you do not want the size of the decoration to change depending on the caracters that appear in the caption !) -- You are receiving this mail because: You are watching all bug changes.