Skip to content

Commit

Permalink
Don't use title case for the biome blending checkbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik authored Dec 15, 2023
1 parent 62b1587 commit 699071a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<VBox spacing="10.0">
<CheckBox fx:id="biomeColors" mnemonicParsing="false" text="Enable biome colors" />
<HBox alignment="CENTER_LEFT" spacing="10.0">
<IntegerAdjuster fx:id="biomeBlendingRadiusInput" name="Biome Blending Radius" />
<IntegerAdjuster fx:id="biomeBlendingRadiusInput" name="Biome blending radius" />
</HBox>
<CheckBox fx:id="singleColorBtn" mnemonicParsing="false" text="Single color textures"/>
<Button fx:id="editResourcePacks" maxWidth="1.7976931348623157E308" mnemonicParsing="false"
Expand Down

0 comments on commit 699071a

Please sign in to comment.