File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/resources/qupath/ext/wsinfer/ui Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 " >
You can’t perform that action at this time.
0 commit comments