X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fjs%2F20_ui%2F17_List.js;h=76f87f97ac2c6b2ad135ff729255d401eb6c9733;hb=3d352d8bf476ab57cc333e8d02d0e6ea5efa69b7;hp=5112b4679078c1ca63f093e685e41ef517108b53;hpb=86c591d2888cf7b24365c1950646fb1f6190efd1;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/20_ui/17_List.js b/0.6.x/js/20_ui/17_List.js index 5112b46..76f87f9 100644 --- a/0.6.x/js/20_ui/17_List.js +++ b/0.6.x/js/20_ui/17_List.js @@ -9,9 +9,10 @@ X.UI.List = X.UI.ScrollBox.inherits( { borderColor : 0x252527, borderWidth : [ 0.15, 0, 0 ], + borderStyle : 'solid', height : 'auto', bgColor : 0x444643, - gapY : 0.1, + gapY : 0.15, scrollSlider : X.UI.Repeater.apply( 0, [ dataSource, itemRenderer ] ) } );