aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2014-11-21 23:32:03 +0100
committerMax <post@wickenrode.com>2014-11-21 23:32:03 +0100
commitd2919fcd86cb110a3a7bc04a563c7a302e2c3b1c (patch)
tree93ff3d6e58d65257004b7e3b15dfc8f2f0c89951 /sequel-pro.xcodeproj
parentc1092da6c0d7092a7af8263af1c8c03c7dbd24bc (diff)
downloadsequelpro-d2919fcd86cb110a3a7bc04a563c7a302e2c3b1c.tar.gz
sequelpro-d2919fcd86cb110a3a7bc04a563c7a302e2c3b1c.tar.bz2
sequelpro-d2919fcd86cb110a3a7bc04a563c7a302e2c3b1c.zip
Another attempt to fix the cog menus on 10.10
Previously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to the left of the image as that combination would allow us to make the box of the button exactly as big as the image. However in 10.10 Apple changed the layout so that a padding is always added on the right border of a popup button (except if the menu is attached to the left). From playing around I found the only setting to be compatible between 10.9 and 10.10 to be the button type Bevel (borderless). This commit changes all cog buttons to Bevel type in hopes those will also look the same on 10.8, 10.7, 10.6.
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r--sequel-pro.xcodeproj/project.pbxproj42
1 files changed, 21 insertions, 21 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj
index 0014bc2f..3ba583de 100644
--- a/sequel-pro.xcodeproj/project.pbxproj
+++ b/sequel-pro.xcodeproj/project.pbxproj
@@ -2182,34 +2182,34 @@
17E642050EF020A3001BC333 /* Interfaces */ = {
isa = PBXGroup;
children = (
- BC77C5DF129AA67F009AD832 /* BundleHTMLOutput.xib */,
- BCCB7478128D4FD100339E25 /* BundleEditor.xib */,
- 1761FD460EF03A6F00331368 /* MainMenu.xib */,
- 58A8A72611A0149100B95749 /* MainWindow.xib */,
- 17E642060EF020CB001BC333 /* DBView.xib */,
- BC93FBBB11514ADE005F1D9F /* Navigator.xib */,
- BC30C00F111C98BD002701C9 /* DataMigrationDialog.xib */,
17CC97F510B4AC6C0034CD7A /* AboutPanel.xib */,
- BC65C3B0107CE3EE003F7B02 /* ImportAccessory.xib */,
+ BCCB7478128D4FD100339E25 /* BundleEditor.xib */,
+ BC77C5DF129AA67F009AD832 /* BundleHTMLOutput.xib */,
+ 58186D1F0F4CB38900851FE9 /* ConnectionErrorDialog.xib */,
+ 5822CADF10011C8000DCC3D6 /* ConnectionView.xib */,
+ B52460D90F8EF93B00171639 /* Console.xib */,
BC675A15107203BA00C5ACD4 /* ContentFilterManager.xib */,
- BCCBD7FA104408B000D4C50A /* SaveSPFAccessory.xib */,
+ 58C3507310B9ADEA00D37E14 /* ContentPaginationView.xib */,
+ 174CE11C10AB80B5008F892B /* DatabaseProcessList.xib */,
+ 1792C13010AD752100ABE758 /* DatabaseServerVariables.xib */,
+ BC30C00F111C98BD002701C9 /* DataMigrationDialog.xib */,
+ 17E642060EF020CB001BC333 /* DBView.xib */,
BC8B0DAD104004F900FC02EC /* EncodingPopupView.xib */,
- 4D90B7A0101E0D1500D116A1 /* UserManagerView.xib */,
- B52460D90F8EF93B00171639 /* Console.xib */,
+ B5E92F170F75B2D100012500 /* ExportDialog.xib */,
BCA6F62F100FA7D700E80253 /* FieldEditorSheet.xib */,
- 5822CADF10011C8000DCC3D6 /* ConnectionView.xib */,
- 58186D1F0F4CB38900851FE9 /* ConnectionErrorDialog.xib */,
+ 50A9F8AC19EAD4860053E571 /* GotoDatabaseDialog.xib */,
+ BC65C3B0107CE3EE003F7B02 /* ImportAccessory.xib */,
+ 17A7773611C52E61001E27B4 /* IndexesView.xib */,
+ 1761FD460EF03A6F00331368 /* MainMenu.xib */,
+ 58A8A72611A0149100B95749 /* MainWindow.xib */,
+ BC93FBBB11514ADE005F1D9F /* Navigator.xib */,
B57747D00F7A891A003B34F9 /* Preferences.xib */,
- B5E92F170F75B2D100012500 /* ExportDialog.xib */,
B58DA73B0FF8BBA500FDDACD /* PrintAccessory.xib */,
- B58DA7390FF8BB9E00FDDACD /* SSHQuestionDialog.xib */,
- 173C4360104455CA001F3A30 /* QueryFavoriteManager.xib */,
582A05A7108A5CCF0027D42B /* ProgressIndicatorLayer.xib */,
- 174CE11C10AB80B5008F892B /* DatabaseProcessList.xib */,
- 1792C13010AD752100ABE758 /* DatabaseServerVariables.xib */,
- 58C3507310B9ADEA00D37E14 /* ContentPaginationView.xib */,
- 17A7773611C52E61001E27B4 /* IndexesView.xib */,
- 50A9F8AC19EAD4860053E571 /* GotoDatabaseDialog.xib */,
+ 173C4360104455CA001F3A30 /* QueryFavoriteManager.xib */,
+ BCCBD7FA104408B000D4C50A /* SaveSPFAccessory.xib */,
+ B58DA7390FF8BB9E00FDDACD /* SSHQuestionDialog.xib */,
+ 4D90B7A0101E0D1500D116A1 /* UserManagerView.xib */,
);
path = Interfaces;
sourceTree = "<group>";