I am making a tkinter app in Python 3. Whenever I make a tkmessage
box, for example with tkinter.messagebox.showinfo()
, the whole bottom part of the window (the part where the button is located) including the button appears as a greyish white strip. However, the body of the window where the message appears is a nice white. I was wondering how I could fix this, as I would like to make the background completely white like the body.
Asked
Active
Viewed 89 times
0
-
what OS are you seeing this on? – Bryan Oakley Jan 17 '16 at 21:03
-
@BryanOakley I see it on Windows 10 – DaE-Asew Jan 17 '16 at 21:07
-
you can always create own messagebox from scratch. – furas Jan 17 '16 at 22:38
-
@furas if no one finds a way to resolve it I'll do that – DaE-Asew Jan 18 '16 at 07:27