123123
This commit is contained in:
@@ -17,10 +17,10 @@ namespace ZelWiki.Engine.Implementation.Utility
|
||||
tags = tags.Take((int)maxCount).ToList();
|
||||
}
|
||||
|
||||
int tagCount = tags.Count;
|
||||
int fontSize = 7;
|
||||
int sizeStep = (tagCount > fontSize ? tagCount : (fontSize * 2)) / fontSize;
|
||||
int tagIndex = 0;
|
||||
var tagCount = tags.Count;
|
||||
var fontSize = 7;
|
||||
var sizeStep = (tagCount > fontSize ? tagCount : (fontSize * 2)) / fontSize;
|
||||
var tagIndex = 0;
|
||||
|
||||
var tagList = new List<TagCloudItem>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user