wlanutilities/wlansniffer/wlansnifferapplication/res/listview.css
branchRCL_3
changeset 55 f28ada11abbf
parent 54 63be7eb3fc78
child 59 34911529ee3c
equal deleted inserted replaced
54:63be7eb3fc78 55:f28ada11abbf
     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 }