Merge branch 'master' of https://git.xdrm.io/MTI/javafx-p1
This commit is contained in:
commit
f7d68c75e8
|
@ -29,7 +29,6 @@ public class ContainerScrollStyleSheet{
|
|||
|
||||
@Override
|
||||
public void changed(ObservableValue observable, Object oldValue, Object newValue) {
|
||||
System.out.println(spane.getLayoutBounds().getWidth());
|
||||
FlowPane child = (FlowPane) spane.getContent();
|
||||
child.setPrefWidth( spane.getLayoutBounds().getWidth() );
|
||||
child.setPrefHeight( spane.getLayoutBounds().getHeight() );
|
||||
|
|
Loading…
Reference in New Issue