add win_width and win_height parametrs
author“Alexandr <“popov2al@gmail.com”>
Fri, 3 Apr 2009 15:33:34 +0000 (19:33 +0400)
committer“Alexandr <“popov2al@gmail.com”>
Fri, 3 Apr 2009 15:33:34 +0000 (19:33 +0400)
src/config.py

index 70a3e3b..489a6ce 100644 (file)
@@ -30,6 +30,8 @@ class Config_Abstraction(object):
         self.conf['default_start_dir'] = '/home/alex/Desktop/python/test/'
         self.conf['default_count'] = 10
         self.conf['ignore_dir_list'] = ['/dev', '/proc', '/sys', '/mnt']
+        self.conf['window_width'] = 575
+        self.conf['window_height'] = 345
 
     def save_config(self, config_file):
         pass