remove debug
This commit is contained in:
parent
9b7840f277
commit
fce50a8c08
|
@ -29,7 +29,6 @@ public class ContainerScrollStyleSheet{
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void changed(ObservableValue observable, Object oldValue, Object newValue) {
|
public void changed(ObservableValue observable, Object oldValue, Object newValue) {
|
||||||
System.out.println(spane.getLayoutBounds().getWidth());
|
|
||||||
FlowPane child = (FlowPane) spane.getContent();
|
FlowPane child = (FlowPane) spane.getContent();
|
||||||
child.setPrefWidth( spane.getLayoutBounds().getWidth() );
|
child.setPrefWidth( spane.getLayoutBounds().getWidth() );
|
||||||
child.setPrefHeight( spane.getLayoutBounds().getHeight() );
|
child.setPrefHeight( spane.getLayoutBounds().getHeight() );
|
||||||
|
|
Loading…
Reference in New Issue