diff --git a/src/plugins/DefaultGramplets.py b/src/plugins/DefaultGramplets.py index dbc5d9bd8..895b787a7 100644 --- a/src/plugins/DefaultGramplets.py +++ b/src/plugins/DefaultGramplets.py @@ -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,