From 4cf74aa918944f47dceb753d724e4a0517e68fcc Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 15 Mar 2009 23:05:45 +0000 Subject: Update 0.9.4 build to be Tiger compatible, making the following changes: - Interface .xibs converted to .nibs for Interface Builder 2.5 compatibility - 10.5-only NS* images replaces with images - Window changed to unified toolbar type to maintain appearance on 10.4 - Layering issues tweaked - Button which stretched behind the "table type" dropdown on browse view now stretches up to it, as there was no layering workaround I could find - Print menu item removed as it only opened Page Setup, never printed. - Minor UI changes and moves to achieve a consistent appearance on 10.4 --- Source/TablesList.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/TablesList.m b/Source/TablesList.m index e1122768..ac1445a2 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -691,7 +691,7 @@ traps enter and esc and edit/cancel without entering next row - (float)tableView:(NSTableView *)tableView heightOfRow:(int)row { if (row == 0) { - return 25; + return 18; } else { return 17; } -- cgit v1.2.3