Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JDDKCN committed Sep 7, 2024
1 parent ce12e80 commit c40d998
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/GrasscutterTools/Forms/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit c40d998

Please sign in to comment.