2007-04-08 Don Allingham <don@gramps-project.org>
* src/DisplayState.py (DisplayState.__init__): allocate 15 spaces for match label svn: r8364
This commit is contained in:
parent
1f6f8565ba
commit
6303d781c4
@ -1,3 +1,6 @@
|
||||
2007-04-08 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayState.py (DisplayState.__init__): allocate 15 spaces for match label
|
||||
|
||||
2007-04-08 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/NarrativeWeb.py: 0000896: Crash running Narrative Web report -
|
||||
system memory exhausted.
|
||||
|
@ -275,7 +275,7 @@ class DisplayState(GrampsDb.GrampsDBCallback):
|
||||
self.gwm = ManagedWindow.GrampsWindowManager(uimanager)
|
||||
self.widget = None
|
||||
self.warnbtn = warnbtn
|
||||
self.last_bar = self.status.insert(min_width=14, ralign=True)
|
||||
self.last_bar = self.status.insert(min_width=15, ralign=True)
|
||||
|
||||
formatter = logging.Formatter('%(levelname)s %(name)s: %(message)s')
|
||||
self.rh = WarnHandler(capacity=400,button=warnbtn)
|
||||
|
Loading…
Reference in New Issue
Block a user