gnome-system-monitor r2380 - trunk/src



Author: bdejean
Date: Sat Apr  5 17:50:52 2008
New Revision: 2380
URL: http://svn.gnome.org/viewvc/gnome-system-monitor?rev=2380&view=rev

Log:
Fixed the time scale.
Closes #521394.
Patch by Toby Dacre <toby junk gmail com>.


Modified:
   trunk/src/load-graph.h

Modified: trunk/src/load-graph.h
==============================================================================
--- trunk/src/load-graph.h	(original)
+++ trunk/src/load-graph.h	Sat Apr  5 17:50:52 2008
@@ -34,7 +34,7 @@
 
 struct LoadGraph {
 
-	static const unsigned NUM_POINTS = 60;
+	static const unsigned NUM_POINTS = 60 + 2;
 	static const unsigned GRAPH_MIN_HEIGHT = 40;
 
 	LoadGraph(guint type);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]