[longomatch] Add some more style defines to replace hardcoded values.



commit 98399208c52e4cd8d08e83f4f5554b0dd1d014e0
Author: Julien Moutte <julien fluendo com>
Date:   Thu Mar 12 15:15:01 2015 +0100

    Add some more style defines to replace hardcoded values.

 LongoMatch.Core/StyleConf.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/StyleConf.cs b/LongoMatch.Core/StyleConf.cs
index 0267971..38ed10e 100644
--- a/LongoMatch.Core/StyleConf.cs
+++ b/LongoMatch.Core/StyleConf.cs
@@ -79,6 +79,8 @@ namespace LongoMatch.Core.Common
                public const int TimelineLabelHSpacing = 10;
                public const int TimelineLabelVSpacing = 2;
                public const int TimelineLineSize = 6;
+               public const int TimelineFontSize = 16;
+               public const int TimelineRuleFontSize = 12;
                public const int TimelineBackgroundLineSize = 4;
                public const string TimelineSelectionLeft = 
"hicolor/scalable/actions/longomatch-timeline-select-left.svg";
                public const string TimelineSelectionRight = 
"hicolor/scalable/actions/longomatch-timeline-select-right.svg";


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