Skip to content

Commit

Permalink
remove extra input from tab navigation in create offer view
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 29, 2025
1 parent 88c3f04 commit 44b4919
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ private void addExtraInfoGroup() {
extraInfoTextArea.setPrefHeight(75);
extraInfoTextArea.setMinHeight(75);
extraInfoTextArea.setMaxHeight(75);
extraInfoTextArea.setFocusTraversable(false);
GridPane.setRowIndex(extraInfoTextArea, gridRow);
GridPane.setColumnSpan(extraInfoTextArea, GridPane.REMAINING);
GridPane.setColumnIndex(extraInfoTextArea, 0);
Expand Down

0 comments on commit 44b4919

Please sign in to comment.