From c40d998ab7544715acfb384591370627007799fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=A7=E6=AF=92=E7=9A=84KCN?= Date: Sat, 7 Sep 2024 21:26:45 +0800 Subject: [PATCH] Fix --- Source/GrasscutterTools/Forms/FormMain.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs index ec460a2d..21d14316 100644 --- a/Source/GrasscutterTools/Forms/FormMain.cs +++ b/Source/GrasscutterTools/Forms/FormMain.cs @@ -818,10 +818,5 @@ private void LblClearFilter_Click(object sender, EventArgs e) { CmbCommand.Text = ""; } - - private void ListPages_MeasureItem(object sender, MeasureItemEventArgs e) - { - e.ItemHeight = ListPages.Font.Height * 3 / 2; - } } } \ No newline at end of file