diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-02 16:21:49 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-02 16:21:49 +0000 |
commit | 6b8fed25e1745f4a3f890cb190228c9b12857de3 (patch) | |
tree | 3d0fe47dd747d3e44acb28fb5e215ff736ff2580 /Source/SPExportController.h | |
parent | acb91a494111b5bae59308533df06fe890a8b2d3 (diff) | |
download | sequelpro-6b8fed25e1745f4a3f890cb190228c9b12857de3.tar.gz sequelpro-6b8fed25e1745f4a3f890cb190228c9b12857de3.tar.bz2 sequelpro-6b8fed25e1745f4a3f890cb190228c9b12857de3.zip |
Fix the behaviour of the export dialog when toggling the customise filename and advanced options views.
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 3ccdfd74..274da7ed 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -221,7 +221,8 @@ */ NSMutableArray *exportFiles; - NSInteger heightOffset; + NSInteger heightOffset1; + NSInteger heightOffset2; NSUInteger windowMinWidth; NSUInteger windowMinHeigth; } |