backport: double (to 600px) the maximum size allowed for the side pane

CCBUG: 176780

svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=910273
remotes/origin/KDE/4.2
Pino Toscano 17 years ago
parent 632d7e428b
commit a8a9227802
  1. 2
      ui/sidebar.cpp

@ -388,7 +388,7 @@ Sidebar::Sidebar( QWidget *parent )
d->sideContainer = new QWidget( d->splitter );
d->sideContainer->setMinimumWidth( 90 );
d->sideContainer->setMaximumWidth( 300 );
d->sideContainer->setMaximumWidth( 600 );
d->vlay = new QVBoxLayout( d->sideContainer );
d->vlay->setMargin( 0 );

Loading…
Cancel
Save