mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-06 12:24:51 +00:00
CustomSkinEditor - Update texture dimension invalid message
This commit is contained in:
@@ -260,7 +260,7 @@ namespace PckStudio.Forms.Editor
|
||||
if (img.Width != img.Height && img.Height != img.Width / 2)
|
||||
{
|
||||
e.Cancel = true;
|
||||
MessageBox.Show("Invalid image dimensions.", "", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
MessageBox.Show("The selected image does not suit a skin texture.", "Invalid image dimensions.", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
return;
|
||||
}
|
||||
generateTextureCheckBox.Checked = false;
|
||||
|
||||
Reference in New Issue
Block a user