Skip to content

Commit 37b6f09

Browse files
committed
Make details pane resizable
1 parent 2f20907 commit 37b6f09

File tree

1 file changed

+8
-8
lines changed
  • src/main/resources/net/sourceforge/pmd/util/fxdesigner/fxml

1 file changed

+8
-8
lines changed

src/main/resources/net/sourceforge/pmd/util/fxdesigner/fxml/designer.fxml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,14 @@
9494
<center>
9595
<SplitPane id="main-horizontal-split-pane" fx:id="mainHorizontalSplitPane" dividerPositions="0.8" orientation="VERTICAL" BorderPane.alignment="BOTTOM_CENTER">
9696
<items>
97-
<BorderPane prefHeight="200.0" prefWidth="200.0">
98-
<left>
97+
<SplitPane prefHeight="200.0" dividerPositions="0.25">
98+
9999
<TabPane id="nodeInfoTabPane"
100-
prefWidth="300.0" side="LEFT"
101-
tabClosingPolicy="UNAVAILABLE">
100+
minWidth="150.0"
101+
prefWidth="300.0"
102+
side="LEFT"
103+
tabClosingPolicy="UNAVAILABLE"
104+
SplitPane.resizableWithParent="false">
102105

103106
<tabs>
104107
<Tab text="Attributes">
@@ -112,11 +115,8 @@
112115
</Tab>
113116
</tabs>
114117
</TabPane>
115-
</left>
116-
<center>
117118
<fx:include fx:id="sourceEditor" source="editor.fxml" prefHeight="200.0" prefWidth="200.0" />
118-
</center>
119-
</BorderPane>
119+
</SplitPane>
120120
<fx:include source="rule-editors.fxml" fx:id="ruleEditors" />
121121
</items>
122122
</SplitPane>

0 commit comments

Comments
 (0)