Browse Source

Remove max size from videos format combobox

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
36fb6a018b
1 changed files with 0 additions and 2 deletions
  1. 2
      youtube_dl_gui/mainframe.py

2
youtube_dl_gui/mainframe.py

@ -317,8 +317,6 @@ class MainFrame(wx.Frame):
self.Center()
self.SetMinSize(self.FRAMES_MIN_SIZE)
self._videoformat_combobox.SetMaxSize((210 ,-1))
self._set_buttons_width()
self._status_bar_write(self.WELCOME_MSG)

Loading…
Cancel
Save