wlanutilities/wlansniffer/wlansnifferapplication/res/listview.css
changeset 60 822a45792fdd
parent 53 bdc64aa9b954
child 61 e1d68407ed06
equal deleted inserted replaced
53:bdc64aa9b954 60:822a45792fdd
     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 }