Browse Source

Change options frame default size

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
63b2e3b6dd
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/optionsmanager.py

2
youtube_dl_gui/optionsmanager.py

@ -256,7 +256,7 @@ class OptionsManager(object):
'workers_number': 3, 'workers_number': 3,
'locale_name': 'en_US', 'locale_name': 'en_US',
'main_win_size': (710, 490), 'main_win_size': (710, 490),
'opts_win_size': (640, 270),
'opts_win_size': (640, 470),
'selected_video_formats': [], 'selected_video_formats': [],
'selected_audio_formats': [], 'selected_audio_formats': [],
'selected_format': '0' 'selected_format': '0'

Loading…
Cancel
Save