Remove number placeholder in the right of result item.

This commit is contained in:
qianlifeng
2014-02-09 11:24:47 +08:00
parent a9fa1fb66b
commit 953adadd62
3 changed files with 1 additions and 21 deletions

View File

@@ -36,7 +36,6 @@ namespace Wox
if (!CheckExisted(result))
{
ResultItem control = new ResultItem(result);
control.SetIndex(i + 1);
pnlContainer.Children.Insert(GetInsertLocation(result.Score), control);
}
}