3272: Proposal for updating config settings

svn: r13346
This commit is contained in:
Doug Blank
2009-10-08 01:12:51 +00:00
parent 3959b59d40
commit 99282aa715
94 changed files with 1220 additions and 1230 deletions

View File

@@ -45,7 +45,7 @@ import pango
# GRAMPS modules
#
#-------------------------------------------------------------------------
import Config
import config
import const
from widgets import StyledTextEditor
from Editors._EditPrimary import EditPrimary
@@ -164,8 +164,8 @@ class EditNote(EditPrimary):
and overridden here.
"""
self.width_key = Config.NOTE_WIDTH
self.height_key = Config.NOTE_HEIGHT
self.width_key = 'interface.note-width'
self.height_key = 'interface.note-height'
self.top = Glade()