summaryrefslogtreecommitdiff
path: root/redo/table_darwin.m
diff options
context:
space:
mode:
Diffstat (limited to 'redo/table_darwin.m')
-rw-r--r--redo/table_darwin.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/redo/table_darwin.m b/redo/table_darwin.m
index 8bb7e0f..ec5ab2f 100644
--- a/redo/table_darwin.m
+++ b/redo/table_darwin.m
@@ -37,8 +37,7 @@ id newTable(void)
{
NSTableView *t;
- // TODO makerect
- t = [[NSTableView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)];
+ t = [[NSTableView alloc] initWithFrame:NSZeroRect];
[t setAllowsColumnReordering:NO];
[t setAllowsColumnResizing:YES];
// TODO make this an option on all platforms