mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Improved shortcut for proxy server
This commit is contained in:
parent
c06c6beff4
commit
33ccb0a8a9
@ -65,7 +65,7 @@ class proxy(wx.Panel, baseDialog.BaseWXDialog):
|
||||
typeBox.Add(type, 0, wx.ALL, 5)
|
||||
typeBox.Add(self.type, 0, wx.ALL, 5)
|
||||
sizer.Add(typeBox, 0, wx.ALL, 5)
|
||||
lbl = wx.StaticText(self, wx.ID_ANY, _(u"Proxy &server: "))
|
||||
lbl = wx.StaticText(self, wx.ID_ANY, _(u"Proxy s&erver: "))
|
||||
self.server = wx.TextCtrl(self, -1)
|
||||
serverBox = wx.BoxSizer(wx.HORIZONTAL)
|
||||
serverBox.Add(lbl, 0, wx.ALL, 5)
|
||||
|
Loading…
Reference in New Issue
Block a user