Commit e27befbe authored by Kliment Yanev's avatar Kliment Yanev

Fix alignment of port button

parent 9c364565
...@@ -380,7 +380,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -380,7 +380,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.rescanbtn=wx.Button(self.panel,-1,_("Port"),pos=(380,0)) self.rescanbtn=wx.Button(self.panel,-1,_("Port"),pos=(380,0))
self.rescanbtn.Bind(wx.EVT_BUTTON,self.rescanports) self.rescanbtn.Bind(wx.EVT_BUTTON,self.rescanports)
uts.Add(self.rescanbtn,wx.TOP|wx.LEFT,5) uts.Add(self.rescanbtn,wx.TOP|wx.LEFT,0)
self.serialport = wx.ComboBox(self.panel, -1, self.serialport = wx.ComboBox(self.panel, -1,
choices=self.scanserial(), choices=self.scanserial(),
style=wx.CB_DROPDOWN|wx.CB_READONLY, pos=(50,0)) style=wx.CB_DROPDOWN|wx.CB_READONLY, pos=(50,0))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment