Fixed Data Entry height and expandability

svn: r11505
This commit is contained in:
Doug Blank 2008-12-22 13:38:35 +00:00
parent 75da8808ab
commit 582d969b4e

View File

@ -1555,8 +1555,8 @@ register(type="gramplet",
register(type="gramplet",
name="Data Entry Gramplet",
tname=_("Data Entry Gramplet"),
height=300,
expand=True,
height=350,
expand=False,
content = DataEntryGramplet,
title=_("Data Entry"),
detached_width = 600,