File tree Expand file tree Collapse file tree
java/qupath/ext/bioimageio
resources/qupath/ext/bioimageio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public class BioimageIoPane extends BorderPane {
7373 @ FXML
7474 private Button imageJButton ;
7575 @ FXML
76- private HBox resolutionBox ;
76+ private HBox downsampleBox ;
7777 @ FXML
7878 private HBox pixelSizeBox ;
7979 @ FXML
@@ -156,7 +156,7 @@ private void configurePixelSize(Model model) {
156156 resolutionSectionBox .getChildren ().remove (pixelSizeBox );
157157 } else {
158158 // if using pixel size, we're not using downsample
159- resolutionSectionBox .getChildren ().remove (resolutionBox );
159+ resolutionSectionBox .getChildren ().remove (downsampleBox );
160160 }
161161 double defaultValue = (xsize + ysize ) / 2 ;
162162 pixelSizeSpinner .getValueFactory ().setValue (defaultValue );
Original file line number Diff line number Diff line change 3838 </valueFactory >
3939 </Spinner >
4040 </HBox >
41- <HBox alignment =" CENTER_LEFT" styleClass =" standard-spacing" fx : id =" resolutionBox " >
41+ <HBox alignment =" CENTER_LEFT" styleClass =" standard-spacing" fx : id =" downsampleBox " >
4242 <Label text =" %ui.section.input-downsample-description" wrapText =" true" />
4343 <Spinner fx : id =" downsampleSpinner" prefWidth =" 100.0" >
4444 <tooltip >
You can’t perform that action at this time.
0 commit comments