From 420ae43ac2b0fe91f2efd3adc1eb64e7fa6169c6 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Wed, 21 Sep 2016 14:13:01 +0300 Subject: [PATCH] Increase default size of MainFrame --- TODO | 1 - youtube_dl_gui/optionsmanager.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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) }