[longomatch] Draw timer line at the bottom
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Draw timer line at the bottom
- Date: Mon, 7 Jul 2014 11:30:54 +0000 (UTC)
commit 04bfed77936ae8d811f645d0b5e7228995e71023
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Jun 20 14:26:44 2014 +0200
Draw timer line at the bottom
LongoMatch.Drawing/CanvasObject/TimeNodeObject.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Drawing/CanvasObject/TimeNodeObject.cs
b/LongoMatch.Drawing/CanvasObject/TimeNodeObject.cs
index 6162ec6..3462094 100644
--- a/LongoMatch.Drawing/CanvasObject/TimeNodeObject.cs
+++ b/LongoMatch.Drawing/CanvasObject/TimeNodeObject.cs
@@ -138,7 +138,7 @@ namespace LongoMatch.Drawing.CanvasObject
tk.LineWidth = 4;
mid = OffsetY + Common.CATEGORY_HEIGHT / 2;
- bottom = OffsetY + Common.CATEGORY_HEIGHT / 2;
+ bottom = OffsetY + Common.CATEGORY_HEIGHT;
stop = Common.TimeToPos (TimeNode.Stop, SecondsPerPixel);
tk.DrawLine (new Point (StartX, OffsetY),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]