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:
@@ -104,6 +104,7 @@
|
||||
resources.ApplyResources(this.ListGameItems, "ListGameItems");
|
||||
this.ListGameItems.FormattingEnabled = true;
|
||||
this.ListGameItems.Name = "ListGameItems";
|
||||
this.ListGameItems.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.ListGameItems_MeasureItem);
|
||||
this.ListGameItems.SelectedIndexChanged += new System.EventHandler(this.GiveItemsInputChanged);
|
||||
//
|
||||
// LblGameItemAmount
|
||||
@@ -172,6 +173,7 @@
|
||||
//
|
||||
// MenuItemFilter
|
||||
//
|
||||
this.MenuItemFilter.ImageScalingSize = new System.Drawing.Size(24, 24);
|
||||
this.MenuItemFilter.Name = "MenuSpawnEntityFilter";
|
||||
resources.ApplyResources(this.MenuItemFilter, "MenuItemFilter");
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user