Resize dialog

This commit is contained in:
Clément Fournier
2019-01-15 11:03:10 +01:00
parent a5f131cc4c
commit 5cabc61a7d

View File

@ -8,24 +8,20 @@
<?import javafx.scene.control.TitledPane?>
<?import javafx.scene.layout.AnchorPane?>
<SplitPane dividerPositions="0.6" prefHeight="300.0" prefWidth="600.0" stylesheets="@../css/designer.css" xmlns="http://javafx.com/javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1">
<SplitPane dividerPositions="0.45274212368728123" prefHeight="300.0" prefWidth="859.0" stylesheets="@../css/designer.css" xmlns="http://javafx.com/javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1">
<items>
<AnchorPane>
<children>
<TitledPane animated="false" collapsible="false" styleClass="accent-header" text="Exception log" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<content>
<TableView fx:id="eventLogTableView" prefHeight="200.0" prefWidth="200.0">
<columns>
<TableColumn fx:id="logDateColumn" editable="false" prefWidth="97.0" resizable="false" sortType="DESCENDING" text="Date" />
<TableColumn fx:id="logCategoryColumn" editable="false" prefWidth="174.0" resizable="false" text="Category" />
<TableColumn fx:id="logMessageColumn" editable="false" prefWidth="123.0" text="Message" />
</columns>
<columnResizePolicy>
<TableView fx:constant="UNCONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
</content>
</TitledPane>
<TableView fx:id="eventLogTableView" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<columns>
<TableColumn fx:id="logDateColumn" editable="false" prefWidth="97.0" resizable="false" sortType="DESCENDING" text="Date" />
<TableColumn fx:id="logCategoryColumn" editable="false" prefWidth="119.0" resizable="false" text="Category" />
<TableColumn fx:id="logMessageColumn" editable="false" prefWidth="178.0" text="Message" />
</columns>
<columnResizePolicy>
<TableView fx:constant="UNCONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
</children>
</AnchorPane>
<AnchorPane prefWidth="300.0">