From 5c4a7dd273cde651ac930daf9a44f4908a16769f Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 20 Sep 2011 21:53:41 -0400 Subject: [PATCH] increase size of row --- src/libtomahawk/jobview/JobStatusDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/jobview/JobStatusDelegate.cpp b/src/libtomahawk/jobview/JobStatusDelegate.cpp index 886db9420..12744444e 100644 --- a/src/libtomahawk/jobview/JobStatusDelegate.cpp +++ b/src/libtomahawk/jobview/JobStatusDelegate.cpp @@ -24,7 +24,7 @@ #include #include -#define ROW_HEIGHT 15 +#define ROW_HEIGHT 20 #define ICON_PADDING 1 #define PADDING 2 JobStatusDelegate::JobStatusDelegate( QObject* parent )