reduce the default x-scale of minibar buttons, otherwise some widget styles will want to make them wide over any human limit

svn path=/trunk/KDE/kdegraphics/okular/; revision=746696
This commit is contained in:
Pino Toscano 2007-12-09 21:32:02 +00:00
parent 04fdc9e475
commit 8f46b3cc74

View file

@ -402,7 +402,7 @@ void PagesEdit::wheelEvent( QWheelEvent * e )
HoverButton::HoverButton( QWidget * parent )
: QPushButton( parent )
, m_widthScale( 1.8 )
, m_widthScale( 1.5 )
{
setMouseTracking( true );
setAttribute( Qt::WA_Hover );