Refactor: Formatting.

This commit is contained in:
2017-05-16 03:34:17 +01:00
parent bd440031db
commit e43c826b53
8 changed files with 47 additions and 46 deletions

View File

@@ -128,7 +128,8 @@ namespace osrepodbmgr.Eto
treeFiles.AllowMultipleSelection = false;
treeFiles.CellFormatting += (sender, e) => {
treeFiles.CellFormatting += (sender, e) =>
{
if(((FileEntry)e.Item).known)
e.BackgroundColor = Colors.Green;
else