[longomatch] Add a few style properties.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add a few style properties.
- Date: Wed, 18 Mar 2015 14:39:06 +0000 (UTC)
commit 2d857c2bbf54da7715dc0962e05fab1043bfd06d
Author: Julien Moutte <julien fluendo com>
Date: Wed Mar 11 23:18:10 2015 +0100
Add a few style properties.
LongoMatch.Core/StyleConf.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/StyleConf.cs b/LongoMatch.Core/StyleConf.cs
index 2e80494..0267971 100644
--- a/LongoMatch.Core/StyleConf.cs
+++ b/LongoMatch.Core/StyleConf.cs
@@ -72,13 +72,17 @@ namespace LongoMatch.Core.Common
public const string TimelineNeedleResource =
"hicolor/scalable/actions/longomatch-timeline-needle-big.svg";
public const string TimelineNeedleUP =
"hicolor/scalable/actions/longomatch-timeline-needle-up.svg";
public const int TimelineCategoryHeight = 20;
+ public const int TimelineCameraHeight = 30;
+ public const int TimelineCameraMaxLines = 8;
+ public const int TimelineCameraFontSize = 14;
public const int TimelineLabelsWidth = 200;
public const int TimelineLabelHSpacing = 10;
public const int TimelineLabelVSpacing = 2;
public const int TimelineLineSize = 6;
+ 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";
-
+
public const string PlayerArrowOut = "player/arrow-out.svg";
public const string PlayerArrowIn = "player/arrow-in.svg";
public const string PlayerPhoto = "player/photo.svg";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]