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:
@@ -176,6 +176,7 @@
|
||||
resources.ApplyResources(this.ListScenes, "ListScenes");
|
||||
this.ListScenes.FormattingEnabled = true;
|
||||
this.ListScenes.Name = "ListScenes";
|
||||
this.ListScenes.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.ListScenes_MeasureItem);
|
||||
this.ListScenes.SelectedIndexChanged += new System.EventHandler(this.ListScenes_SelectedIndexChanged);
|
||||
//
|
||||
// LblTp
|
||||
|
||||
Reference in New Issue
Block a user