Enable again the slider in the "Go to Page" dialog.

svn path=/trunk/KDE/kdegraphics/okular/; revision=782380
This commit is contained in:
Pino Toscano 2008-03-04 23:32:58 +00:00
parent c0ba4950a3
commit 822fd2488d

View file

@ -1073,6 +1073,7 @@ class GotoPageDialog : public KDialog
e1 = new KIntNumInput(current, w);
e1->setRange(1, max);
e1->setEditFocus(true);
e1->setSliderEnabled(true);
QLabel *label = new QLabel(i18n("&Page:"), w);
label->setBuddy(e1);