Make port textbox bigger

master
Kliment Yanev 2012-11-13 17:36:12 +01:00
parent 13a1425bad
commit 80403aa7eb
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 = (150, 25))
root.serialport.SetToolTip(wx.ToolTip("Select Port Printer is connected to"))
root.rescanports()
self.Add(root.serialport)