1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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 <QApplication>
#define ROW_HEIGHT 15
#define ROW_HEIGHT 20
#define ICON_PADDING 1
#define PADDING 2
JobStatusDelegate::JobStatusDelegate( QObject* parent )