From dcf2c84abe45a9429eeb46152d58df184f88510f Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Wed, 25 Mar 2015 17:09:55 +0200 Subject: [PATCH] Update options documentation --- youtube_dl_gui/optionsmanager.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/youtube_dl_gui/optionsmanager.py b/youtube_dl_gui/optionsmanager.py index 8cc42d5..145da10 100644 --- a/youtube_dl_gui/optionsmanager.py +++ b/youtube_dl_gui/optionsmanager.py @@ -188,6 +188,14 @@ class OptionsManager(object): locale_name (string): Locale name (e.g. ru_RU). + main_win_size (tuple): Main window size (width, height). + If window becomes to small the program will reset its size. + See _settings_are_valid method MIN_FRAME_SIZE. + + opts_win_size (tuple): Options window size (width, height). + If window becomes to small the program will reset its size. + See _settings_are_valid method MIN_FRAME_SIZE. + """ self.options = { 'save_path': os.path.expanduser('~'),