On Wednesday 18 June 2008 01:00:10 pm Ed Leafe wrote: > On Jun 18, 2008, at 3:46 PM, Nate Lowrie wrote: > > I add a sizer that has 3 slots. I click on one of the slots and click > > on "Edit Sizer Settings" in the pop-up menu. I set the proportion to > > 0, expand to false, and the alignment to right. Then I proceed to add > > a horizontal sizer into the slot. The slot will lose it's proportion > > and size settings and go right back to expand = True and proportion = > > 1. > > Yeah, that's a bug that's been around for a while. I try to make > intelligent defaults when adding things; e.g., when adding a label you > generally don't want it taking up more than the space it needs, so it > defaults to 0 proportion and Expand=False. IOW, it's the added object > that controls sizer settings. I haven't spent too much time on it > because I know how it works and build my design accordingly. I suppose > I could add checking to see if the slot has non-default settings and > let those override the new object's defaults. > > -- Ed Leafe When adding a button - you want the proportion=0. Currently you have to use the object Info form to select sizer and reset the proportion back to zero after adding the button. So if I understand what you said the intelligent defaults aren't working.
-- John Fabiani _______________________________________________ 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]
