Browse Source

Change default size of listboxes

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
cc86bb68a4
1 changed files with 2 additions and 2 deletions
  1. 4
      youtube_dl_gui/optionsframe.py

4
youtube_dl_gui/optionsframe.py

@ -168,8 +168,8 @@ class TabPanel(wx.Panel):
TEXTCTRL_SIZE = (-1, -1)
SPINCTRL_SIZE = (70, -1)
CHECKLISTBOX_SIZE = (-1, 100)
LISTBOX_SIZE = (-1, 100)
CHECKLISTBOX_SIZE = (-1, 80)
LISTBOX_SIZE = (-1, 80)
def __init__(self, parent, notebook):
wx.Panel.__init__(self, notebook)

Loading…
Cancel
Save