Skip to content

Commit

Permalink
Merge pull request #188 from liauzhanyi/help
Browse files Browse the repository at this point in the history
Fix wrong version attribute
  • Loading branch information
Andrew22Teoh authored Nov 5, 2024
2 parents 75fe502 + 1efcdb9 commit 2306cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void initialize() {
new String[] { "exit", "Exits the application" });

commandTable.setItems(commandList);
commandTable.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY_FLEX_LAST_COLUMN);
commandTable.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY);

// Set height of table dynamically
commandTable.setFixedCellSize(30);
Expand Down

0 comments on commit 2306cb5

Please sign in to comment.