diff --git a/TODO b/TODO index 2e42e5b..3674044 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,6 @@ GUI === * Change MainFrame layout (see: https://docs.google.com/document/d/1UJ55sYepfk5Dl0nCJNz9fXRBgpG32v-4RwIqSdkXXVg/edit) -* Increase MainFrames default size * Create new button widget (groups, auto width, General tab) * Add more statistics (Average download speed) * Auto video format detection diff --git a/youtube_dl_gui/optionsmanager.py b/youtube_dl_gui/optionsmanager.py index 63c4b9f..12d1e5c 100644 --- a/youtube_dl_gui/optionsmanager.py +++ b/youtube_dl_gui/optionsmanager.py @@ -242,7 +242,7 @@ class OptionsManager(object): 'log_time': False, 'workers_number': 3, 'locale_name': 'en_US', - 'main_win_size': (700, 490), + 'main_win_size': (710, 490), 'opts_win_size': (640, 270) }