comparison mac/dw.m @ 857:718b91ac19d2

Disable auto-sizing... I had enabled this during optimize because it produces some nice results.... But when there isn't enough space it causes columns to bunch up. I thought it would just do it when the view resized.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 31 Mar 2011 21:10:25 +0000
parents 9dc45928a75f
children 80f3e108fa43
comparison
equal deleted inserted replaced
856:9dc45928a75f 857:718b91ac19d2
5298 { 5298 {
5299 int _locked_by_me = FALSE; 5299 int _locked_by_me = FALSE;
5300 DW_MUTEX_LOCK; 5300 DW_MUTEX_LOCK;
5301 DWContainer *cont = handle; 5301 DWContainer *cont = handle;
5302 [cont optimize]; 5302 [cont optimize];
5303 #if 0
5303 /* All resizable columns should expand */ 5304 /* All resizable columns should expand */
5304 [cont setColumnAutoresizingStyle:NSTableViewUniformColumnAutoresizingStyle]; 5305 [cont setColumnAutoresizingStyle:NSTableViewUniformColumnAutoresizingStyle];
5306 #endif
5305 DW_MUTEX_UNLOCK; 5307 DW_MUTEX_UNLOCK;
5306 } 5308 }
5307 5309
5308 /* 5310 /*
5309 * Inserts an icon into the taskbar. 5311 * Inserts an icon into the taskbar.