Re: NSButton with NSTexturedRoundedBezelStyle outside of NSToolbar
Re: NSButton with NSTexturedRoundedBezelStyle outside of NSToolbar
- Subject: Re: NSButton with NSTexturedRoundedBezelStyle outside of NSToolbar
- From: Jacek Oleksy <email@hidden>
- Date: Fri, 16 Oct 2015 09:19:18 +0200
On Mon, Oct 12, 2015 at 1:10 AM, Jens Alfke <email@hidden> wrote:
>
> On Oct 11, 2015, at 2:07 PM, Jacek Oleksy <email@hidden> wrote:
>
> The problem can be seen after creating a new project in XCode, adding
> toolbar and putting a button on it (with proper style) and then
> putting another button on the view. The height differs (24px vs 22px).
>
>
> A button in a toolbar is not an NSButton; it’s an NSToolbarItem that
> displays a button. The metrics for toolbar buttons are somewhat different
> from buttons in the main part of a window. You may not be able to replicate
> the appearance exactly by using an NSButton, unfortunately.
>
The button in a toolbar is a NSToolbarItem with the view property set
to NSButton, isn't it?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden