Commit 66d45378 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: VLCStatsView: use 60 samples

parent 296d4ab5
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <QGraphicsLineItem> #include <QGraphicsLineItem>
#include <QVectorIterator> #include <QVectorIterator>
#define STATS_LENGTH 10 #define STATS_LENGTH 60
#define ADD_LABEL(row, color, text) \ #define ADD_LABEL(row, color, text) \
label = new QLabel( QString( "<font color=\"%1\">%2</font>" ) \ label = new QLabel( QString( "<font color=\"%1\">%2</font>" ) \
.arg( color.name() ) \ .arg( color.name() ) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment