On Aug 17, 2011, at 8:29 PM, John Fabiani wrote:

> I have these blue lines around one of the dBitmapButtons.  Anybody know where 
> they are coming from???????
> 
> The code below is what creates the buttons:
> 
> class HeaderToolBar(dabo.ui.dPanel):
>    def afterInit(self):
>        self.RegID='headertoolbarID'
>        self.Sizer = mytoolbar = dabo.ui.dSizer('h')
>        mytoolbar.appendSpacer(3)
>        mytoolbar.append(dabo.ui.dBitmapButton(self, TabStop = False, 
> RegID="btnEditID", Picture="edit-all.png",BorderWidth=1,ToolTipText="Allow 
> Edit",OnHit=self.onEdit))
>        mytoolbar.appendSpacer(5)

        What happens if you remove the "BorderWidth=1" from the args for 
creating the button?



-- Ed Leafe



_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/354188a4-ad5b-4fa7-a049-041aed9f6...@leafe.com

Reply via email to