WIP installer refactor, some comments on image uploader

[TFS Changeset #77171]
This commit is contained in:
starfighter83
2010-09-14 11:04:06 +00:00
parent e7b2d77b98
commit ffa111617f

View File

@@ -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;