浏览代码

show max width/height for XPM

circular17 5 年之前
父节点
当前提交
7e51b704e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lazpaint/image/uimage.pas

+ 1 - 1
lazpaint/image/uimage.pas

@@ -464,7 +464,7 @@ begin
   begin
     if (Width > 256) or (Height > 256) then
     begin
-      ShowMessage(rsNotReasonableFormat);
+      ShowMessage(rsNotReasonableFormat + ' (> 256x256)');
       result := false;
     end;
   end;