gnome-system-monitor r2374 - branches/gnome-2-22/src



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

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


Modified:
   branches/gnome-2-22/src/load-graph.h

Modified: branches/gnome-2-22/src/load-graph.h
==============================================================================
--- branches/gnome-2-22/src/load-graph.h	(original)
+++ branches/gnome-2-22/src/load-graph.h	Sat Apr  5 17:46:38 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]