|
@@ -3,7 +3,6 @@
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
<?import javafx.scene.control.ButtonBar?>
|
|
|
-<?import javafx.scene.layout.Region?>
|
|
|
<?import javafx.scene.layout.VBox?>
|
|
|
<VBox xmlns="http://javafx.com/javafx"
|
|
|
xmlns:fx="http://javafx.com/fxml"
|
|
@@ -16,9 +15,7 @@
|
|
|
<Insets topRightBottomLeft="24"/>
|
|
|
</padding>
|
|
|
<children>
|
|
|
- <fx:include source="/fxml/stacktrace.fxml"/>
|
|
|
-
|
|
|
- <Region VBox.vgrow="ALWAYS"/>
|
|
|
+ <fx:include source="/fxml/stacktrace.fxml" VBox.vgrow="ALWAYS"/>
|
|
|
|
|
|
<ButtonBar buttonMinWidth="120" buttonOrder="B+C">
|
|
|
<buttons>
|