mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Fix ListBox overflow on high DPI (#235)
This commit is contained in:
@@ -249,6 +249,10 @@ namespace GrasscutterTools.Pages
|
||||
}
|
||||
|
||||
#endregion -- 物品记录 --
|
||||
|
||||
|
||||
private void ListGameItems_MeasureItem(object sender, MeasureItemEventArgs e)
|
||||
{
|
||||
e.ItemHeight = ListGameItems.Font.Height * 3 / 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user