[vlc-commits] Qt: VLCStatsView: use 60 samples
Francois Cartegnie
git at videolan.org
Sat Apr 6 12:58:38 CEST 2013
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Apr 6 12:56:41 2013 +0200| [66d45378d23e7420a5facdcebf83aab95459a3fc] | committer: Francois Cartegnie
Qt: VLCStatsView: use 60 samples
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66d45378d23e7420a5facdcebf83aab95459a3fc
---
modules/gui/qt4/components/info_widgets.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/components/info_widgets.cpp b/modules/gui/qt4/components/info_widgets.cpp
index f7bbbff..fa2df79 100644
--- a/modules/gui/qt4/components/info_widgets.cpp
+++ b/modules/gui/qt4/components/info_widgets.cpp
@@ -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() ) \
More information about the vlc-commits
mailing list