diff options
author | Max <post@wickenrode.com> | 2014-11-21 23:32:03 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-11-21 23:32:03 +0100 |
commit | d2919fcd86cb110a3a7bc04a563c7a302e2c3b1c (patch) | |
tree | 93ff3d6e58d65257004b7e3b15dfc8f2f0c89951 /Scripts | |
parent | c1092da6c0d7092a7af8263af1c8c03c7dbd24bc (diff) | |
download | sequelpro-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 'Scripts')
0 files changed, 0 insertions, 0 deletions