Workaround for list misalignment

pull/591/head
YFdyh000 2020-03-25 10:27:26 +08:00
parent 3ebaabc1ef
commit 5f90b5b4c4
1 changed files with 1 additions and 2 deletions

View File

@ -209,8 +209,7 @@ namespace v2rayN.Forms
todayDown = Utils.HumanFy(sItem.todayDown);
}
}
ListViewItem lvItem = new ListViewItem();
_addSubItem(lvItem, "enabled", def);
ListViewItem lvItem = new ListViewItem(def);
_addSubItem(lvItem, "type", ((EConfigType)item.configType).ToString());
_addSubItem(lvItem, "remarks", item.remarks);
_addSubItem(lvItem, "address", item.address);