mirror of https://github.com/2dust/v2rayN
fix bug #3218
parent
b544dde2c6
commit
f1782c78f4
|
@ -34,6 +34,7 @@ namespace v2rayN.Views
|
||||||
lstProfiles.PreviewKeyDown += LstProfiles_PreviewKeyDown;
|
lstProfiles.PreviewKeyDown += LstProfiles_PreviewKeyDown;
|
||||||
lstProfiles.SelectionChanged += lstProfiles_SelectionChanged;
|
lstProfiles.SelectionChanged += lstProfiles_SelectionChanged;
|
||||||
lstProfiles.LoadingRow += LstProfiles_LoadingRow;
|
lstProfiles.LoadingRow += LstProfiles_LoadingRow;
|
||||||
|
lstProfiles.RowHeaderWidth = 30;
|
||||||
if (_config.uiItem.enableDragDropSort)
|
if (_config.uiItem.enableDragDropSort)
|
||||||
{
|
{
|
||||||
lstProfiles.AllowDrop = true;
|
lstProfiles.AllowDrop = true;
|
||||||
|
|
Loading…
Reference in New Issue