From: “Alexandr <“popov2al@gmail.com”> Date: Fri, 3 Apr 2009 15:33:34 +0000 (+0400) Subject: add win_width and win_height parametrs X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=92f0238402b1737d58dee031fcfc8ce765b6d33e;p=findit add win_width and win_height parametrs --- diff --git a/src/config.py b/src/config.py index 70a3e3b..489a6ce 100644 --- a/src/config.py +++ b/src/config.py @@ -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