aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-03-15 23:05:45 +0000
committerrowanbeentje <rowan@beent.je>2009-03-15 23:05:45 +0000
commit4cf74aa918944f47dceb753d724e4a0517e68fcc (patch)
treee8cb13f74c1ce006b6c1fec906df5060498ed971 /Source
parent7f51849aeaa9f3993c390d88487933def606d815 (diff)
downloadsequelpro-4cf74aa918944f47dceb753d724e4a0517e68fcc.tar.gz
sequelpro-4cf74aa918944f47dceb753d724e4a0517e68fcc.tar.bz2
sequelpro-4cf74aa918944f47dceb753d724e4a0517e68fcc.zip
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
Diffstat (limited to 'Source')
-rw-r--r--Source/TablesList.m2
1 files changed, 1 insertions, 1 deletions
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;
}