On Saturday 19 May 2007 14:05, Henning Hraban Ramm wrote: > Am 2007-05-19 um 21:32 schrieb Dabo: > > #1066: Sizer vertical alignment differences > > ------------------------- > > +-------------------------------------------------- > > Reporter: paul | Owner: somebody > > Type: discussion | Status: new > > Priority: minor | Milestone: 0.9 > > Component: ui | Version: 0.8.x > > Resolution: | Keywords: > > ------------------------- > > +-------------------------------------------------- > > Comment (by johnf): > > > > Running your code I don't see a difference between the settings. > > But if > > you look at my label.png you can see what happens when I use > > "alignment="middle". > > the code that applies is: > > newvs.append(dabo.ui.dLabel(self, > > Caption='Price'),alignment="middle",proportion=0) > > Maybe your problem is caused by the checkbox in the same line - I > remember something similar, but can't check at the moment. > > > Greetlings from Lake Constance! > Hraban It appears that you are correct at least partly. Using Paul's code and adding hs.append(dabo.ui.dCheckBox(self, Caption="Consigned")) None of the labels line up with the checkbox caption. And all of them are in the same sizer. -- 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/dabo-dev/[EMAIL PROTECTED]
