]> git.sesse.net Git - vlc/commitdiff
Qt: VLCStatsView: use 60 samples
authorFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 6 Apr 2013 10:56:41 +0000 (12:56 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 6 Apr 2013 10:58:17 +0000 (12:58 +0200)
modules/gui/qt4/components/info_widgets.cpp

index f7bbbff08847a58ca04777e81f3469f6fe3d1c19..fa2df79ccee69aa21304439922d6d856fa1600e2 100644 (file)
@@ -30,7 +30,7 @@
 #include <QGraphicsLineItem>
 #include <QVectorIterator>
 
-#define STATS_LENGTH 10
+#define STATS_LENGTH 60
 #define ADD_LABEL(row, color, text) \
 label = new QLabel( QString( "<font color=\"%1\">%2</font>" ) \
                     .arg( color.name() ) \