diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-09-23 21:20:58 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-09-23 21:20:58 +0000 |
commit | e53ac469d03b6f8ae5ca4ef31be07676638f01d3 (patch) | |
tree | 90e53ee3e3e3d88c777949c41431de6c80dd3d33 /TableSource.m | |
parent | 4cf35b707325a8437f96f70c821a5abd3a996369 (diff) | |
download | sequelpro-e53ac469d03b6f8ae5ca4ef31be07676638f01d3.tar.gz sequelpro-e53ac469d03b6f8ae5ca4ef31be07676638f01d3.tar.bz2 sequelpro-e53ac469d03b6f8ae5ca4ef31be07676638f01d3.zip |
#52 table structure view now has proper titlecase columns and all columns are now left aligned
Diffstat (limited to 'TableSource.m')
-rw-r--r-- | TableSource.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TableSource.m b/TableSource.m index 929c4c04..69fb3758 100644 --- a/TableSource.m +++ b/TableSource.m @@ -467,11 +467,6 @@ sets the connection (received from TableDocument) and makes things that have to //set up tableView [tableSourceView registerForDraggedTypes:[NSArray arrayWithObjects:@"SequelProPasteboard", nil]]; -// [[[tableSourceView tableColumnWithIdentifier:@"Null"] dataCell] addItemsWithTitles:[NSArray arrayWithObjects:@"YES", @"NO", nil]]; - [[[tableSourceView tableColumnWithIdentifier:@"unsigned"] dataCell] setImagePosition:NSImageOnly]; - [[[tableSourceView tableColumnWithIdentifier:@"zerofill"] dataCell] setImagePosition:NSImageOnly]; - [[[tableSourceView tableColumnWithIdentifier:@"binary"] dataCell] setImagePosition:NSImageOnly]; - while ( (indexColumn = [indexColumnsEnumerator nextObject]) ) { if ( [prefs boolForKey:@"useMonospacedFonts"] ) { [[indexColumn dataCell] setFont:[NSFont fontWithName:@"Monaco" size:10]]; |