https://bugs.kde.org/show_bug.cgi?id=488319
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kwidgetsaddons/-/com | |mit/cdc949aa4f323cc1832a5d2 | |4942dadbf337b59c5 Resolution|--- |FIXED --- Comment #3 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Git commit cdc949aa4f323cc1832a5d24942dadbf337b59c5 by Friedrich W. H. Kossebau. Committed on 11/06/2024 at 14:50. Pushed by cullmann into branch 'master'. KTitleWidget: restore size policies to Preferred & vertical centering cb0f60c54e092a647ccf3831a0bc8ab08d79a3b8 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. M +11 -1 src/ktitlewidget.cpp https://invent.kde.org/frameworks/kwidgetsaddons/-/commit/cdc949aa4f323cc1832a5d24942dadbf337b59c5 -- You are receiving this mail because: You are watching all bug changes.