From ffa111617fdb0816c50e43a359ccbd3d8afc3d57 Mon Sep 17 00:00:00 2001 From: starfighter83 Date: Tue, 14 Sep 2010 11:04:06 +0000 Subject: [PATCH] WIP installer refactor, some comments on image uploader [TFS Changeset #77171] --- .../umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/umbraco/presentation/umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs b/umbraco/presentation/umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs index 2d231c2be9..b16878bbcc 100644 --- a/umbraco/presentation/umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs +++ b/umbraco/presentation/umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs @@ -12,6 +12,7 @@ namespace umbraco.presentation.umbraco.LiveEditing.Modules.SkinModule { public partial class ImageUploader : BasePages.UmbracoEnsuredPage { + //max width and height is used to make sure the cropper doesn't grow bigger then the modal window public int MaxWidth = 700; public int MaxHeight = 480;