https://bugs.kde.org/show_bug.cgi?id=472355
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@kde.org Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Nate Graham <n...@kde.org> --- Did some investigation. KPageDialog lays out its contents with a QGridLayout object that has zero top margins. This is needed so that the left sidebar can touch the window titlebar. But it also has the effect of making the KTitleWidget used for the header text to be too high up and also touch the titlebar. We can't add margins to only part of a QGridLayout, so what I think we need to do is replace it with two QVBoxLayouts in a QHBoxLayout, with only the left one having zero top margins. I'm looking into it. -- You are receiving this mail because: You are watching all bug changes.