Skip to content

Commit

Permalink
Fixed spelling mistake in UI #59
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 9, 2021
1 parent f7f6cf9 commit 6eddb57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<ChoiceBox fx:id="mappingMethodChoiceBox" maxWidth="1.7976931348623157E308" prefWidth="150.0"
GridPane.columnIndex="1" GridPane.rowIndex="11"/>
<Button fx:id="suggestCalibrationOptionsButton" maxWidth="1.7976931348623157E308"
mnemonicParsing="false" text="Sugget Options" GridPane.columnIndex="2" GridPane.rowIndex="10"/>
mnemonicParsing="false" text="Suggest Options" GridPane.columnIndex="2" GridPane.rowIndex="10"/>
<Button id="ijp-button" fx:id="calibrateButton" contentDisplay="CENTER"
maxWidth="1.7976931348623157E308" mnemonicParsing="false" text="Calibrate"
GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="13">
Expand Down

0 comments on commit 6eddb57

Please sign in to comment.