1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

increase size of row

This commit is contained in:
Leo Franchi
2011-09-20 21:53:41 -04:00
parent 41fb2ee1dc
commit 5c4a7dd273

View File

@@ -24,7 +24,7 @@
#include <QPainter> #include <QPainter>
#include <QApplication> #include <QApplication>
#define ROW_HEIGHT 15 #define ROW_HEIGHT 20
#define ICON_PADDING 1 #define ICON_PADDING 1
#define PADDING 2 #define PADDING 2
JobStatusDelegate::JobStatusDelegate( QObject* parent ) JobStatusDelegate::JobStatusDelegate( QObject* parent )