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">
|
||||
<masterNode>
|
||||
<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">
|
||||
<columns>
|
||||
<TableColumn prefWidth="150" text="%market.system">
|
||||
@@ -154,12 +154,12 @@
|
||||
<HBox spacing="4"><Label fx:id="resultCCSumm" wrapText="true"/></HBox>
|
||||
</VBox>
|
||||
</ScrollPane>
|
||||
</VBox>
|
||||
</SplitPane>
|
||||
</TitledPane>
|
||||
</masterNode>
|
||||
<detailNode>
|
||||
<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">
|
||||
<columns>
|
||||
<TableColumn prefWidth="100" text="%market.system">
|
||||
@@ -208,7 +208,7 @@
|
||||
<HBox spacing="4"><Label fx:id="detailCCSumm" wrapText="true"/></HBox>
|
||||
</VBox>
|
||||
</ScrollPane>
|
||||
</VBox>
|
||||
</SplitPane>
|
||||
</TitledPane>
|
||||
</detailNode>
|
||||
</MasterDetailPane>
|
||||
|
||||
Reference in New Issue
Block a user