From e2ecee0d898aa2d2cb888bc5e0be11d71f5972fb Mon Sep 17 00:00:00 2001 From: Youmin Ha Date: Tue, 5 Mar 2013 16:39:03 +0900 Subject: [PATCH] collapsible: Fix demo to show radio button correctly in the collapsible list The collapsible list demo had a wrong order of subitems in the listitem. Fixed the order in the demo. Resolves N_SE-25360. Change-Id: Ie883233d8c81eedf02467b2e1f2c1e036ad69175 --- demos/tizen-winsets/widgets/list/list-collapsible.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demos/tizen-winsets/widgets/list/list-collapsible.html b/demos/tizen-winsets/widgets/list/list-collapsible.html index 4775c4a..6b99e37 100644 --- a/demos/tizen-winsets/widgets/list/list-collapsible.html +++ b/demos/tizen-winsets/widgets/list/list-collapsible.html @@ -31,9 +31,11 @@ Subtext
  • +
    + 2line-radio1 Subtext -
    +
  • -- 2.7.4