[longomatch] Change max height to 100



commit 0689304b5ab23eaaaba7a3fe734e5d5a425db4a6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Sep 18 20:51:58 2011 +0200

    Change max height to 100

 LongoMatch/Store/Templates/TeamTemplate.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Store/Templates/TeamTemplate.cs b/LongoMatch/Store/Templates/TeamTemplate.cs
index ae7575e..876a2f0 100644
--- a/LongoMatch/Store/Templates/TeamTemplate.cs
+++ b/LongoMatch/Store/Templates/TeamTemplate.cs
@@ -33,7 +33,7 @@ namespace LongoMatch.Store.Templates
 	{
 		private byte[] thumbnailBuf;
 		private const int MAX_WIDTH=100;
-		private const int MAX_HEIGHT=75;
+		private const int MAX_HEIGHT=100;
 		
 		public TeamTemplate() {
 			TeamName = Catalog.GetString("default");



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