diff options
author | avenjamin <avenjamin@gmail.com> | 2009-06-25 14:10:39 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2009-06-25 14:10:39 +0000 |
commit | 2e8158e764daeda731b13c0a679c4f3ea02d0626 (patch) | |
tree | 0a2c17072782a5a4b596c283cbf02b070266d98a /sequel-pro.xcodeproj | |
parent | 95cdd4521e928fbb41c12066d5b77d7b025e7215 (diff) | |
download | sequelpro-2e8158e764daeda731b13c0a679c4f3ea02d0626.tar.gz sequelpro-2e8158e764daeda731b13c0a679c4f3ea02d0626.tar.bz2 sequelpro-2e8158e764daeda731b13c0a679c4f3ea02d0626.zip |
- Fix issue with LHS action button would display its menu Small instead of Regular
- BWAnchoredPopUpButtonCell was locking the size to Small - this has been commented out.
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 9529ec58..07f4455d 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -195,6 +195,13 @@ remoteGlobalIDString = 53DF68FC067E5B5A0090B5B0; remoteInfo = BWToolkitFramework; }; + B5B90FDB0FF3BBC900E7B012 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B5538CD70FF279AD00219803 /* BWToolkit.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 8D1AC9600486D14A00FE50C9 /* BWToolkit */; + remoteInfo = BWToolkit; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -990,6 +997,7 @@ dependencies = ( 58CDB34B0FCE144000F8ACA3 /* PBXTargetDependency */, B5538E7C0FF27A2200219803 /* PBXTargetDependency */, + B5B90FDC0FF3BBC900E7B012 /* PBXTargetDependency */, ); name = "Sequel Pro"; productInstallPath = "$(HOME)/Applications"; @@ -1261,6 +1269,11 @@ name = BWToolkitFramework; targetProxy = B5538E7B0FF27A2200219803 /* PBXContainerItemProxy */; }; + B5B90FDC0FF3BBC900E7B012 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BWToolkit; + targetProxy = B5B90FDB0FF3BBC900E7B012 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ |