Skip to content

Commit

Permalink
Fields tab in Text File Output transform (UI Bug) apache#4436
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Oct 16, 2024
1 parent 782dd93 commit d897587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ public void widgetSelected(SelectionEvent e) {
input.setChanged();
}
});
setButtonPositions(new Button[] {wGet, wMinWidth}, margin, null);
positionBottomButtons(wManualSchemaDefinition, new Button[] {wGet, wMinWidth}, margin, null);

final int FieldsCols = 10;
final int FieldsRows = input.getOutputFields().length;
Expand Down

0 comments on commit d897587

Please sign in to comment.