X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fconfig.py;h=489a6ce6e02c4096898c492f110225c5010d635a;hb=92f0238402b1737d58dee031fcfc8ce765b6d33e;hp=70a3e3bad93794676b5d153569b76a1207545da2;hpb=e338f42183c6d4c4072423c5ec4d0cdfe1416bbc;p=findit 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