Version: 0.9.1 (using 4.3.1 (KDE 4.3.1), Debian packages) Compiler: cc OS: Linux (x86_64) release 2.6.30-1-amd64 It would be good to add a spacer/rowStretch after the last property on the first tab in the properties dialog. Otherwise after resizing the dialog the labels are equal distributed over all the height, which looks awful. I guess it's just about adding something like: layout->setRowStretch(layout->rowCount(), 1); at the end of the constructor in propertiesdialog.cpp
SVN commit 1023064 by aacid: add a stretch at the end of the dialog so making it bigger is less ugly BUG: 206856 M +2 -0 propertiesdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1023064