From c6f45ae2d93f21664188ff2cae65c0742bc6aa24 Mon Sep 17 00:00:00 2001 From: Sara Fryzlewicz Date: Tue, 4 Oct 2022 20:57:29 -0500 Subject: [PATCH] toolbar --- helloWorld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld.py b/helloWorld.py index 8826850..ee47cf8 100644 --- a/helloWorld.py +++ b/helloWorld.py @@ -21,7 +21,7 @@ class ServerPanel(wx.Frame): self.ToolBar = tb - tb.AddTool( wx.ID_ANY, '', wx.Bitmap("IPPigeonLogo.png")) + #tb.AddTool( wx.ID_ANY, '', wx.Bitmap("IPPigeonLogo.png")) tb.AddTool(wx.ID_ANY, '',wx.Bitmap("WXPython.png")) tb.AddTool(wx.ID_ANY, '',wx.Bitmap("settings.png"))