Skip to content

Commit 0291ccb

Browse files
tamp_rytamp_ry
authored andcommitted
* Issue: #339 Height of tables too small & Chance of disappearing entry
if clicked on * Accomplished in this commit: [X] Height of tables no longer impractically small, all tables now can have the preassigned minimum height. * Notes: -
1 parent 1eeb3a2 commit 0291ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

de.dlr.sc.virsat.uiengine.ui/src/de/dlr/sc/virsat/uiengine/ui/editor/snippets/AUiSnippetGenericTable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ protected EditingSupport createEditingSupport(EditingDomain editingDomain, AProp
376376
*/
377377
protected Table createDefaultTable(FormToolkit toolkit, Composite sectionBody) {
378378
GridData gridDataTable = createDefaultGridData();
379+
gridDataTable.grabExcessVerticalSpace = true;
379380
gridDataTable.horizontalSpan = 1;
380381
gridDataTable.minimumHeight = DEFAULT_TABLE_HEIGHT;
381382
gridDataTable.heightHint = DEFAULT_TABLE_HEIGHT;

0 commit comments

Comments
 (0)