Browse Source

Change options frame width

doc-issue-template
MrS0m30n3 10 years ago
parent
commit
7b14183637
1 changed files with 2 additions and 2 deletions
  1. 4
      youtube_dl_gui/YoutubeDLGUI.py

4
youtube_dl_gui/YoutubeDLGUI.py

@ -1215,9 +1215,9 @@ class OptionsFrame(wx.Frame):
def SetFrameSizer(self):
if os_type == 'nt':
return (580, 270)
return (640, 270)
else:
return (580, 250)
return (640, 250)
def OnClose(self, event):
self.save_all_options()

Loading…
Cancel
Save