In my searching and learning process I notice that in:
uiApp.py lines 262 and 263 have their indent created with spaces instead 
of tabs.

def addControls(self):
                    headline = dabo.ui.dLabel(self, Caption=msg, 
FontSize=12,
                            WordWrap=True, ForeColor="darkblue")
                     self.Sizer.appendSpacer(12)
                    self.Sizer.append(headline, proportion=prop, 
layout=xpand, halign="center", border=12)

Line 263 is the last one that I have quoted here
Could this cause an issue at some stage?
-- Fraser Burns

_______________________________________________
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]

Reply via email to