From 8f46b3cc746a5adc944a1998c6f245e4a669e4df Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 9 Dec 2007 21:32:02 +0000 Subject: [PATCH] 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 --- ui/minibar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/minibar.cpp b/ui/minibar.cpp index 9c1289fde..c65d480be 100644 --- a/ui/minibar.cpp +++ b/ui/minibar.cpp @@ -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 );