Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroDriven committed Feb 27, 2023
1 parent a368d0c commit 9a44fc3
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 97 deletions.
89 changes: 39 additions & 50 deletions Controls/Image_Packs/Image_Packs.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Controls/Manage_Cores/ManageCores.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void Select_All()
{
Point headerCellLocation = this.dataGridView1.GetCellDisplayRectangle(0, -1, true).Location;

headerCheckBox.Location = new Point(headerCellLocation.X + 53, headerCellLocation.Y + 17);
headerCheckBox.Location = new Point(headerCellLocation.X + 55, headerCellLocation.Y + 17);
headerCheckBox.BackColor = Color.FromArgb(94, 148, 255);
headerCheckBox.Size = new Size(20, 20);
headerCheckBox.Click += new EventHandler(HeaderCheckBox_Clicked);
Expand Down
Loading

0 comments on commit 9a44fc3

Please sign in to comment.