aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-02 16:21:49 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-02 16:21:49 +0000
commit6b8fed25e1745f4a3f890cb190228c9b12857de3 (patch)
tree3d0fe47dd747d3e44acb28fb5e215ff736ff2580 /Source/SPExportController.h
parentacb91a494111b5bae59308533df06fe890a8b2d3 (diff)
downloadsequelpro-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.h3
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;
}