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