File tree Expand file tree Collapse file tree
src/main/resources/qupath/ext/bioimageio Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <Label text =" %ui.section.input-resolution" styleClass =" bioimageio-subtitle" />
3030 <HBox alignment =" CENTER_LEFT" styleClass =" standard-spacing" fx : id =" pixelSizeBox" >
3131 <Label text =" %ui.section.input-pixel-size-description" wrapText =" true" />
32- <Spinner fx : id =" pixelSizeSpinner" prefWidth =" 100.0" >
32+ <Spinner fx : id =" pixelSizeSpinner" editable = " true " prefWidth =" 100.0" >
3333 <tooltip >
3434 <Tooltip text =" %tooltip.options.pixel-size" />
3535 </tooltip >
4040 </HBox >
4141 <HBox alignment =" CENTER_LEFT" styleClass =" standard-spacing" fx : id =" downsampleBox" >
4242 <Label text =" %ui.section.input-downsample-description" wrapText =" true" />
43- <Spinner fx : id =" downsampleSpinner" prefWidth =" 100.0" >
43+ <Spinner fx : id =" downsampleSpinner" editable = " true " prefWidth =" 100.0" >
4444 <tooltip >
4545 <Tooltip text =" %tooltip.options.downsample" />
4646 </tooltip >
You can’t perform that action at this time.
0 commit comments