Ed Leafe wrote: > On Apr 4, 2008, at 12:35 PM, Paul McNett wrote: > >> The main problem I'm solving for myself here is that by default, the >> buttons take up an entire horizontal line of the main vertical >> sizer, and >> in the case of the dialog I'm working on, that is a waste of screen >> real estate. > > Glad you left the defaults the way they were, since these are usually > dictated by the platform's UI standards.
Dabo adds a wrapper sizer around the platform-standard sizer. This wrapper sizer adds a border around the buttons that probably doesn't comply with the platform's UI standards, actually. My change merely removes[1] the wrapper sizer if the appdev places it. In either case, the platform-standard button sizer is still there. [1] Actually, it makes a wrapper sizer with no border, which keeps getPositionInSizer() working for the ButtonPosition property. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
