Widen serial port dropbox to fill available space

master
Spencer Bliven 2013-01-08 14:54:01 -08:00 committed by Spencer Bliven
parent 8f3e5947c6
commit 83b3bb6b71
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class MainToolbar(wx.BoxSizer):
root.serialport = wx.ComboBox(root.panel, -1,
choices = root.scanserial(),
style = wx.CB_DROPDOWN, size = (100, 25))
style = wx.CB_DROPDOWN, size = (-1, 25))
root.serialport.SetToolTip(wx.ToolTip("Select Port Printer is connected to"))
root.rescanports()
self.Add(root.serialport)