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