Skip to content

Commit

Permalink
Merge pull request #6459 from chrisrueger/widen-first-template-fragme…
Browse files Browse the repository at this point in the history
…nt-column

Template Fragments Wizard: increase column with of template name
  • Loading branch information
chrisrueger authored Feb 4, 2025
2 parents d76cce2 + 24cd35a commit daf5ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public Image getImage(Object element) {
});


tableLayout.addColumnData(new ColumnWeightData(1, 80, false));
tableLayout.addColumnData(new ColumnWeightData(1, 150, false));
tableLayout.addColumnData(new ColumnWeightData(10, 200, true));
tableLayout.addColumnData(new ColumnWeightData(20, 80, true));

Expand Down

0 comments on commit daf5ff0

Please sign in to comment.