diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-08-29 00:19:47 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-08-29 00:19:47 -0400 |
commit | 7a3aa914a7a64952dd0e134cd998d0cf0e445b4f (patch) | |
tree | fec635bdb98dc1f5d5c5eba9a93fdb9b7e41bf3a /src/main/java/net/sowgro/npehero/editor/DiffEditor.java | |
parent | 721eb61fc0f2db09611a220d523be764e0817da6 (diff) | |
download | NPEhero-7a3aa914a7a64952dd0e134cd998d0cf0e445b4f.tar.gz NPEhero-7a3aa914a7a64952dd0e134cd998d0cf0e445b4f.tar.bz2 NPEhero-7a3aa914a7a64952dd0e134cd998d0cf0e445b4f.zip |
Make sizing of centerBoxes consistent
Diffstat (limited to 'src/main/java/net/sowgro/npehero/editor/DiffEditor.java')
-rwxr-xr-x | src/main/java/net/sowgro/npehero/editor/DiffEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/net/sowgro/npehero/editor/DiffEditor.java b/src/main/java/net/sowgro/npehero/editor/DiffEditor.java index 8591019..f306d60 100755 --- a/src/main/java/net/sowgro/npehero/editor/DiffEditor.java +++ b/src/main/java/net/sowgro/npehero/editor/DiffEditor.java @@ -109,7 +109,7 @@ public class DiffEditor extends Page scroll.getStyleClass().remove("scroll-pane"); scroll.getStyleClass().add("box"); // scroll.setPrefHeight(400); - System.out.println("dbg"+scroll.heightProperty()); +// System.out.println("dbg"+scroll.heightProperty()); // TODO scroll.heightProperty is 0 here until the window is resized, idk what to do scroll.prefWidthProperty().bind(scroll.heightProperty().multiply(0.66)); |