diff --git a/editor/ui/dialogs/content/EdImageProps.xul b/editor/ui/dialogs/content/EdImageProps.xul index 1029a657239a..6b4379fcd099 100644 --- a/editor/ui/dialogs/content/EdImageProps.xul +++ b/editor/ui/dialogs/content/EdImageProps.xul @@ -41,8 +41,8 @@ @@ -51,16 +51,16 @@ + type = "text" + size = "30" + length = "30" + id = "image.srcInput" + onkeypress = "OnChangeSrc()" + onkeyup = "checkForImage( this.id ); doValueChanged()" + onmouseup = "checkForImage( this.id ); doValueChanged()" + onblur = "/*checkForImage( this.id ); doValueChanged()*/" + onfocus = "checkForImage( this.id ); doValueChanged()" + onchange = "OnChangeSrc(); doOverallEnabling()" /> + type = "radio" + name = "image.dimensionType" + id = "originalsizeRadio" + onclick = " doValueChanged();" + checked = "true" /> - - + + -