RadioBox labels vs StaticText labels

My radio box labels aren't the same weight/size as other StaticTexts that I placed as labels for other widgets, is there a way to make them the same? This is on OSX. Here's a screenshot that shows what I'm talking about:

http://screencast.com/t/3yLVyOHk

Travis Griggs
"A vital ingredient of success is not knowing that what you're attempting can't be done." -- Sir Terry Pratchett

Probably not. My guess is that the static box uses a smaller font on purpose as part of Apple's standard HIG. You could try changing the WindowVariant for the static text, or explicitly setting its font to a specific point size, but there isn't a way to get them to automatically be the same.

···

On 7/24/12 2:35 PM, Travis Griggs wrote:

My radio box labels aren't the same weight/size as other StaticTexts that I placed as labels for other widgets, is there a way to make them the same? This is on OSX. Here's a screenshot that shows what I'm talking about:

http://screencast.com/t/3yLVyOHk

--
Robin Dunn
Software Craftsman