mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 12:48:07 +00:00
隔行着色
This commit is contained in:
parent
df427d80a1
commit
5357f504d8
1 changed files with 4 additions and 0 deletions
|
@ -240,6 +240,10 @@ namespace v2rayN.Forms
|
||||||
item.testResult
|
item.testResult
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
if (k % 2 == 1) // 隔行着色
|
||||||
|
{
|
||||||
|
lvItem.BackColor = Color.WhiteSmoke;
|
||||||
|
}
|
||||||
if (config.index.Equals(k))
|
if (config.index.Equals(k))
|
||||||
{
|
{
|
||||||
//lvItem.Checked = true;
|
//lvItem.Checked = true;
|
||||||
|
|
Loading…
Reference in a new issue