X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=1981df74de9754f54136100493df2aa1fb4f2db6;hp=f1898a8334c9f585e0c95ef853f0f6bf0883dc87;hb=9d4d25f0b1393ea8fc4e6c25874d082015b141d5;hpb=fc4b8b7764ac0dea5ceba896f924fe8ed365ad37 diff --git a/iramuteq.py b/iramuteq.py index f1898a8..1981df7 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -1208,10 +1208,13 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, États-Unis.""" class IntroPanel(wx.Panel): def __init__(self, parent): wx.Panel.__init__(self, parent) - col = randint(0, 255) - col1 = randint(0,255) - col2 = randint(0,255) + #col = randint(0, 255) + #col1 = randint(0,255) + #col2 = randint(0,255) #col = 57 + col = 161 + col1 = 198 + col2 = 224 bckgrdcolor = wx.Colour(col, col1, col2) self.SetBackgroundColour(bckgrdcolor) txtcolour = wx.Colour(250, 250, 250)