Skip to content

Commit e5edc0e

Browse files
committed
Remove debug colors
1 parent d9937ea commit e5edc0e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyauth/AuthEntryPanel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def __init__(self, parent, id = wx.ID_ANY, pos = wx.DefaultPosition, size = wx.D
8787
name = 'provider_text')
8888
self.provider_text.Wrap(-1)
8989
self.provider_text.SetFont(self.provider_font)
90-
self.provider_text.SetBackgroundColour(wx.BLUE)
9190
self.provider_text.Fit()
9291
label_sizer.Add(self.provider_text, 1,
9392
wx.ALIGN_LEFT | wx.ALIGN_CENTER_VERTICAL, 0)
@@ -96,7 +95,6 @@ def __init__(self, parent, id = wx.ID_ANY, pos = wx.DefaultPosition, size = wx.D
9695
name = 'account_text')
9796
self.account_text.Wrap(-1)
9897
self.account_text.SetFont(self.account_font)
99-
self.account_text.SetBackgroundColour(wx.RED)
10098
self.account_text.Fit()
10199
label_sizer.Add(self.account_text, 1,
102100
wx.ALIGN_LEFT | wx.ALIGN_CENTER_VERTICAL, 0)

0 commit comments

Comments
 (0)