Skip to content

KTitleWidget: restore size policies to Preferred & vertical centering

cb0f60c5 made the internal QGridLayout the main layout. This as unintended side-effect changed two things:

  • KTitleWidget now follows the QLayout::SetFixedSize size constraint set on that grid layout
  • any content will be aligned at the top if there is more space available then needed

Wrapping the grid layout again into a QVBoxLayout and making this the main layout restores the old default KTitleWidget size policies, which also resemble those of a plain QLabel.

Was not noticed in the testing as all checked places by chance only used the default size of the widget :)

BUG: 488319

Edited by Friedrich W. H. Kossebau

Merge request reports