[chronojump] No margin for raceAnalyze graphs
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] No margin for raceAnalyze graphs
- Date: Thu, 6 May 2021 18:00:26 +0000 (UTC)
commit 45753c522749d6ac177c16d29570f08e24e47904
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu May 6 20:00:03 2021 +0200
No margin for raceAnalyze graphs
src/gui/cairo/raceAnalyzer.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/cairo/raceAnalyzer.cs b/src/gui/cairo/raceAnalyzer.cs
index 91919f32..d67fa063 100644
--- a/src/gui/cairo/raceAnalyzer.cs
+++ b/src/gui/cairo/raceAnalyzer.cs
@@ -88,7 +88,7 @@ public class CairoGraphRaceAnalyzer : CairoXY
if(maxValuesChanged || forceRedraw || points_list.Count != points_list_painted)
{
- initGraph( font, .9, (maxValuesChanged || forceRedraw) );
+ initGraph( font, 1, (maxValuesChanged || forceRedraw) );
initGraphDone = true;
points_list_painted = 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]