We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994635f commit aefb1e9Copy full SHA for aefb1e9
src/net/sourceforge/tessboxeditor/BoxEditor.fxml
@@ -117,7 +117,7 @@
117
<center>
118
<SplitPane fx:id="spBoxImage" dividerPositions="0.4" prefHeight="160.0" prefWidth="200.0" BorderPane.alignment="CENTER">
119
<items>
120
- <AnchorPane maxWidth="-Infinity" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="500.0">
+ <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="500.0">
121
<children>
122
<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">
123
<tabs>
0 commit comments