diff options
author | heeju Joo <heeju.joo@samsung.com> | 2013-10-11 15:00:32 +0900 |
---|---|---|
committer | heeju Joo <heeju.joo@samsung.com> | 2013-10-16 11:38:03 +0900 |
commit | 74b684db2a9e30c4338cd7c63555a542ee447327 (patch) | |
tree | 9d5620d1a77df5105df54f905a8d13f2b75c3ad1 | |
parent | 321c4d88e2d1747655f4f1054a89c2cca97465e8 (diff) | |
download | web-ui-fw-74b684db2a9e30c4338cd7c63555a542ee447327.tar.gz web-ui-fw-74b684db2a9e30c4338cd7c63555a542ee447327.tar.bz2 web-ui-fw-74b684db2a9e30c4338cd7c63555a542ee447327.zip |
winset: fix scrollview-horizontal display issue (N_SE-39497)
Change-Id: I9a939c524a04332c37102823467e8410030cd34c
-rw-r--r-- | demos/tizen-winsets/widgets/scrollview_x.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tizen-winsets/widgets/scrollview_x.html b/demos/tizen-winsets/widgets/scrollview_x.html index d928385d..1d1a63d5 100644 --- a/demos/tizen-winsets/widgets/scrollview_x.html +++ b/demos/tizen-winsets/widgets/scrollview_x.html @@ -21,7 +21,7 @@ </div> <p>Horizontal scroll #2: set the width of view</p> <div data-scroll="x" style="width:250px; white-space:nowrap; border-style:dotted; border-width:1px;"> - <div class="ui-scrollview-view" style="width:1200px;"> + <div class="ui-scrollview-view" style="display:inline-block;"> <img src="./test/01.jpg" height="70px"> <img src="./test/02.jpg" height="70px"> <img src="./test/03.jpg" height="70px"> |