Reduce margins and spacing. Not backporting to the 3.3.x branch as is not critical.

CCMAIL:74437-done@bugs.kde.org

svn path=/trunk/kdegraphics/kpdf/; revision=344089
remotes/origin/kpdf-experiments
Albert Astals Cid 22 years ago
parent 83d875d84f
commit 403ae96769
  1. 2
      kpdf/part.cpp

@ -21,7 +21,7 @@
*/
PDFPartView::PDFPartView(QWidget* parent, const char* name, QMutex *docMutex) : QWidget(parent, name)
{
PDFPartViewLayout = new QHBoxLayout( this, 11, 6, "PDFPartViewLayout");
PDFPartViewLayout = new QHBoxLayout( this, 3, 3, "PDFPartViewLayout");
pagesList = new ThumbnailList(this, docMutex);
pagesList->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)7, 0, 0, pagesList->sizePolicy().hasHeightForWidth() ) );

Loading…
Cancel
Save