Skip to content

Commit aefb1e9

Browse files
committed
Not limit width of splitpane's left side
1 parent 994635f commit aefb1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/sourceforge/tessboxeditor/BoxEditor.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<center>
118118
<SplitPane fx:id="spBoxImage" dividerPositions="0.4" prefHeight="160.0" prefWidth="200.0" BorderPane.alignment="CENTER">
119119
<items>
120-
<AnchorPane maxWidth="-Infinity" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="500.0">
120+
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="500.0">
121121
<children>
122122
<TabPane fx:id="tabPane" prefHeight="104.0" prefWidth="92.0" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
123123
<tabs>

0 commit comments

Comments
 (0)