From 8f32086687781ebe2b911613f392c7b20682944f Mon Sep 17 00:00:00 2001 From: "nakyoung2.choi" Date: Wed, 14 May 2014 19:07:37 +0900 Subject: [PATCH] MODEL : Update image widget descriptor. Change-Id: I660ebf7589985e55ae1c492d9d5948c44907dfde Signed-off-by: nakyoung2.choi --- .../res/descriptors/Tizen-web-ui-fw/widget/html.image.widget.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.webuibuilder/res/descriptors/Tizen-web-ui-fw/widget/html.image.widget.xml b/org.tizen.webuibuilder/res/descriptors/Tizen-web-ui-fw/widget/html.image.widget.xml index 6fc5729..e4a2bb3 100644 --- a/org.tizen.webuibuilder/res/descriptors/Tizen-web-ui-fw/widget/html.image.widget.xml +++ b/org.tizen.webuibuilder/res/descriptors/Tizen-web-ui-fw/widget/html.image.widget.xml @@ -6,7 +6,7 @@ description="This widget is a standard HTML widget." helpCategory="Tizen_Html" helpContents="" - feedbackHeight="100" feedbackWidth="100" borderVisible="true" feedbackCondition="src" + feedbackHeight="100" feedbackWidth="100" borderVisible="true" feedbackCondition="src,width,height" uiSelector="#%id%" xpath="//img"> -- 2.7.4