From 3d86859bc965c0235e64aa9702f9ff15ebe9c96f Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sat, 19 Apr 2008 20:56:01 +0000 Subject: [PATCH] Make source reference window remember size svn: r10595 --- src/Editors/_EditSourceRef.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Editors/_EditSourceRef.py b/src/Editors/_EditSourceRef.py index 34bf57085..23771df23 100644 --- a/src/Editors/_EditSourceRef.py +++ b/src/Editors/_EditSourceRef.py @@ -40,6 +40,7 @@ from gtk import glade # #------------------------------------------------------------------------- import const +import Config import gen.lib from DisplayTabs import (NoteTab, GalleryTab, SourceBackRefList, @@ -54,6 +55,10 @@ from _EditReference import RefTab, EditReference # #------------------------------------------------------------------------- class EditSourceRef(EditReference): + + WIDTH_KEY = Config.SOURCE_REF_WIDTH + HEIGHT_KEY = Config.SOURCE_REF_HEIGHT + def __init__(self, state, uistate, track, source, source_ref, update): EditReference.__init__(self, state, uistate, track, source,