Skip to content

Commit dfab680

Browse files
Remove unused anchorpane tags
* Update wsinfer_control.fxml * Update wsinfer_control.fxml
1 parent 4e13820 commit dfab680

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/qupath/ext/wsinfer/ui/wsinfer_control.fxml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
<?import javafx.scene.control.TitledPane?>
1313
<?import javafx.scene.control.ToggleButton?>
1414
<?import javafx.scene.control.Tooltip?>
15-
<?import javafx.scene.layout.AnchorPane?>
1615
<?import javafx.scene.layout.HBox?>
1716
<?import javafx.scene.layout.VBox?>
1817
<?import javafx.scene.text.Text?>
1918
<?import org.controlsfx.control.SearchableComboBox?>
2019
<?import org.controlsfx.control.SegmentedButton?>
2120

22-
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefWidth="330" stylesheets="@wsinferstyles.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/20.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="qupath.ext.wsinfer.ui.WSInferController">
21+
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefWidth="330" stylesheets="@wsinferstyles.css" xmlns="http://javafx.com/javafx/20.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="qupath.ext.wsinfer.ui.WSInferController">
2322
<!-- Processing Pane************************************************************-->
2423
<TitledPane fx:id="pane1" animated="false" collapsible="false" text="%ui.processing.pane" VBox.vgrow="NEVER">
2524
<VBox alignment="TOP_CENTER" styleClass="standard-spacing ">

0 commit comments

Comments
 (0)