wlanutilities/wlansniffer/wlansnifferapplication/res/listview.css
changeset 58 301aeb18ae47
parent 56 de27cc8389dd
child 62 b47b808de481
equal deleted inserted replaced
56:de27cc8389dd 58:301aeb18ae47
     1 /* WLAN status label in list view. */
       
     2 HbLabel#statusLabel::text {
       
     3     /* Status label should take no more than two rows. */
       
     4     text-line-count-min: 1;
       
     5     text-line-count-max: 2;
       
     6 }