Browse Source

Set max size for the videoformat combobox

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

2
youtube_dl_gui/mainframe.py

@ -285,6 +285,8 @@ 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