Bug 206856

Summary: layout row stretch in properties dialog
Product: [Applications] okular Reporter: m2j <meinert>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description m2j 2009-09-09 13:54:29 UTC
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
Comment 1 Albert Astals Cid 2009-09-13 21:52:52 UTC
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