use SplitPane in powerplay view
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
<MasterDetailPane fx:id="resultPane" detailSide="RIGHT" prefWidth="1190" dividerPosition="0.566" showDetailNode="false" VBox.vgrow="ALWAYS">
|
<MasterDetailPane fx:id="resultPane" detailSide="RIGHT" prefWidth="1190" dividerPosition="0.566" showDetailNode="false" VBox.vgrow="ALWAYS">
|
||||||
<masterNode>
|
<masterNode>
|
||||||
<TitledPane text="%powerplay.result.title" collapsible="false">
|
<TitledPane text="%powerplay.result.title" collapsible="false">
|
||||||
<VBox spacing="4" padding="$tablePadding">
|
<SplitPane padding="$tablePadding" dividerPositions="0.9" orientation="VERTICAL">
|
||||||
<TableView fx:id="tblResults" VBox.vgrow="ALWAYS">
|
<TableView fx:id="tblResults" VBox.vgrow="ALWAYS">
|
||||||
<columns>
|
<columns>
|
||||||
<TableColumn prefWidth="150" text="%market.system">
|
<TableColumn prefWidth="150" text="%market.system">
|
||||||
@@ -154,12 +154,12 @@
|
|||||||
<HBox spacing="4"><Label fx:id="resultCCSumm" wrapText="true"/></HBox>
|
<HBox spacing="4"><Label fx:id="resultCCSumm" wrapText="true"/></HBox>
|
||||||
</VBox>
|
</VBox>
|
||||||
</ScrollPane>
|
</ScrollPane>
|
||||||
</VBox>
|
</SplitPane>
|
||||||
</TitledPane>
|
</TitledPane>
|
||||||
</masterNode>
|
</masterNode>
|
||||||
<detailNode>
|
<detailNode>
|
||||||
<TitledPane text="%powerplay.detail.title" collapsible="false">
|
<TitledPane text="%powerplay.detail.title" collapsible="false">
|
||||||
<VBox spacing="4" padding="$tablePadding">
|
<SplitPane padding="$tablePadding" dividerPositions="0.9" orientation="VERTICAL">
|
||||||
<TableView fx:id="tblDetail" VBox.vgrow="ALWAYS">
|
<TableView fx:id="tblDetail" VBox.vgrow="ALWAYS">
|
||||||
<columns>
|
<columns>
|
||||||
<TableColumn prefWidth="100" text="%market.system">
|
<TableColumn prefWidth="100" text="%market.system">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<HBox spacing="4"><Label fx:id="detailCCSumm" wrapText="true"/></HBox>
|
<HBox spacing="4"><Label fx:id="detailCCSumm" wrapText="true"/></HBox>
|
||||||
</VBox>
|
</VBox>
|
||||||
</ScrollPane>
|
</ScrollPane>
|
||||||
</VBox>
|
</SplitPane>
|
||||||
</TitledPane>
|
</TitledPane>
|
||||||
</detailNode>
|
</detailNode>
|
||||||
</MasterDetailPane>
|
</MasterDetailPane>
|
||||||
|
|||||||
Reference in New Issue
Block a user