disable the option button for now

svn path=/trunk/KDE/kdegraphics/okular/; revision=746110
This commit is contained in:
Pino Toscano 2007-12-07 21:55:41 +00:00
parent 8f0c595dfd
commit aa9181b3a1

View file

@ -94,6 +94,8 @@ public:
optionButton->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
optionButton->setFixedSize( s );
optionlay->addWidget( optionButton );
// ### disabled for now
optionButton->hide();
titleLabel->installEventFilter( this );
dateLabel->installEventFilter( this );