From f1782c78f48fa0080362f2d41120494cceccc885 Mon Sep 17 00:00:00 2001 From: fonaix Date: Wed, 5 Apr 2023 00:57:30 +0800 Subject: [PATCH] fix bug #3218 --- v2rayN/v2rayN/Views/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN/Views/MainWindow.xaml.cs b/v2rayN/v2rayN/Views/MainWindow.xaml.cs index 488311ca..f677d77b 100644 --- a/v2rayN/v2rayN/Views/MainWindow.xaml.cs +++ b/v2rayN/v2rayN/Views/MainWindow.xaml.cs @@ -34,6 +34,7 @@ namespace v2rayN.Views lstProfiles.PreviewKeyDown += LstProfiles_PreviewKeyDown; lstProfiles.SelectionChanged += lstProfiles_SelectionChanged; lstProfiles.LoadingRow += LstProfiles_LoadingRow; + lstProfiles.RowHeaderWidth = 30; if (_config.uiItem.enableDragDropSort) { lstProfiles.AllowDrop = true;