wlanutilities/wlansniffer/wlansnifferapplication/res/listview.css
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25: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 }