On Wed, Sep 2, 2009 at 2:30 PM, Gabriel Zachmann<[email protected]> wrote: > In my GUI, I am arranging a row of the so-called "bevel buttons" of > Interface Builder at the bottom of the window.
Bevel buttons have fallen out of favor, and the HIG recommends you consider alternatives: http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGControls/XHIGControls.html#//apple_ref/doc/uid/TP30000359-TPXREF112 > Does anyone know how I can make the round button as large as the others? You cannot. > Or where I can find a large round button, and how I can use it in IB? Large, round buttons are not part of the Cocoa interface. You should consider some other means of distinguishing this UI element. Though this list isn't really for interface design discussions, you might want to post a screenshot. Someone might be able to offer a suggestion of a different UI control you could use. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
