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:
@@ -155,5 +155,10 @@ namespace GrasscutterTools.Pages
|
||||
{
|
||||
SetCommand("/prop", "is_game_time_locked on");
|
||||
}
|
||||
|
||||
private void ListScenes_MeasureItem(object sender, System.Windows.Forms.MeasureItemEventArgs e)
|
||||
{
|
||||
e.ItemHeight = ListScenes.Font.Height * 3 / 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user