From 38da99058e3cdc782daf59aa03da59827c76d559 Mon Sep 17 00:00:00 2001 From: mkang18 Date: Mon, 24 Oct 2022 22:35:37 -0500 Subject: [PATCH] change --- helloWorld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld.py b/helloWorld.py index f85678b..b67906e 100644 --- a/helloWorld.py +++ b/helloWorld.py @@ -94,7 +94,7 @@ class ServerPanel(wx.Frame): class GetData(wx.Dialog): def __init__(self, parent): - wx.Dialog.__init__(self, parent, wx.ID_ANY, "User Settings: ", size = (800,440)) + wx.Dialog.__init__(self, parent, wx.ID_ANY, "User Settings", size = (800,440)) self.p = wx.Panel(self, wx.ID_ANY) self.hostname = wx.StaticText(self.p, label="Host", pos=(20,20)) self.hostnametext = wx.TextCtrl(self.p, value="", pos=(180,20), size=(500,-1))