Adium

Changeset 15

Show
Ignore:
Timestamp:
12/15/2002 11:59:51 AM (6 years ago)
Author:
adamiser
Message:

fixed [ 654081 ] Only first word of sn in contact list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/adium/Plugins/Standard Contact List View/AISCLOutlineView.m

    r14 r15  
    136136    visibleHeight = [scrollView documentVisibleRect].size.height; 
    137137    totalHeight = [self numberOfRows] * ([self rowHeight] + [self intercellSpacing].height); 
    138  
    139138    if(totalHeight > visibleHeight){ 
    140139        [scrollView setHasVerticalScroller:YES]; 
     
    142141        [scrollView setHasVerticalScroller:NO]; 
    143142    } 
     143 
     144    //Keep the table column at full width 
     145    [self sizeLastColumnToFit]; 
     146     
    144147 
    145148    //Update tracking rect