Fix ListBox overflow on high DPI

This commit is contained in:
剧毒的KCN
2024-09-07 21:16:33 +08:00
parent b37016a49c
commit 5b370ca376
17 changed files with 58 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ namespace GrasscutterTools.Pages
CmbGcVersions.SelectedIndexChanged += (o, e) => CommandVersion.Current = CommandVersion.List[CmbGcVersions.SelectedIndex];
CommandVersion.VersionChanged += (o, e) => Settings.Default.CommandVersion = CommandVersion.Current.ToString(3);
ChkListPages.ItemHeight = ChkListPages.Font.Height * 3 / 2;
}
/// <summary>