Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tenie committed Sep 6, 2024
1 parent afb51ba commit 82316f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/net/tenie/fx/factory/ButtonFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ private static TextField initLimitTextField(){
TextField rowsTextField = new TextField();
ComponentGetter.maxRowsTextField = rowsTextField;

rowsTextField.setPrefHeight(25);
rowsTextField.setMinHeight(25);
// rowsTextField.setPrefHeight(25);
// rowsTextField.setMinHeight(25);

rowsTextField.getStyleClass().add("myTopTextField");
rowsTextField.setMaxWidth(90);
Expand Down

0 comments on commit 82316f8

Please sign in to comment.