ed80a78265
Still happy with gcc 3.3.5 Tested on sparc64 and i386
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
$OpenBSD: patch-src_SideBarDelegate_cpp,v 1.1 2011/03/30 14:00:48 dcoppa Exp $
|
|
--- src/SideBarDelegate.cpp.orig Mon Mar 28 18:05:29 2011
|
|
+++ src/SideBarDelegate.cpp Mon Mar 28 18:05:52 2011
|
|
@@ -56,7 +56,7 @@ SideBarDelegate::sizeHint( const QStyleOptionViewItem&
|
|
switch ( type )
|
|
{
|
|
case MyProfile:
|
|
- #ifdef LINUX
|
|
+ #ifdef Q_WS_X11
|
|
return QSize( w, 44 );
|
|
#elif defined Q_WS_MAC
|
|
return QSize( w, 52 );
|