mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Refactor: Formatting.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user