Chat messages should be able to be send with enter in the edit box
This commit is contained in:
@@ -146,7 +146,6 @@ class chatTab(wx.Panel):
|
||||
self.attachment = wx.Button(self, wx.NewId(), _(u"Add"))
|
||||
sizer.Add(self.attachment, 0, wx.ALL, 5)
|
||||
self.send = wx.Button(self, -1, _(u"Send"))
|
||||
self.send.SetDefault()
|
||||
sizer.Add(self.send, 0, wx.ALL, 5)
|
||||
self.SetSizer(sizer)
|
||||
|
||||
|
Reference in New Issue
Block a user