Bug 206856 - layout row stretch in properties dialog
Summary: layout row stretch in properties dialog
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 13:54 UTC by m2j
Modified: 2009-09-13 21:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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