diff -r de27cc8389dd -r 301aeb18ae47 wlanutilities/wlanwizard/resources/hblistviewitem.css --- a/wlanutilities/wlanwizard/resources/hblistviewitem.css Thu Sep 02 21:36:44 2010 +0300 +++ b/wlanutilities/wlanwizard/resources/hblistviewitem.css Fri Sep 17 08:35:49 2010 +0300 @@ -13,6 +13,8 @@ text-align: left; size-policy-horizontal: preferred; pref-width:-1; + text-line-count-min:1; + text-line-count-max:1; } HbListViewItem::text-1[layoutName="wlanwizardsummaryitem"]:landscape{ @@ -28,4 +30,6 @@ font-variant: secondary; pref-width:-1; text-align: left; + text-line-count-min:1; + text-line-count-max:1; }