From 14af92c43ad5d866fa6f9108336e78cb7edff889 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:12:24 +0200 Subject: code cleanup --- .../features/gui/customscoreboard/BackgroundOutlineConfig.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/BackgroundOutlineConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/BackgroundOutlineConfig.java index 43795c2cd..4c6624c53 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/BackgroundOutlineConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/BackgroundOutlineConfig.java @@ -18,7 +18,7 @@ public class BackgroundOutlineConfig { @Expose @ConfigOption( - name = "Outline Thickness", + name = "Thickness", desc = "Thickness of the outline." ) @ConfigEditorSlider( @@ -30,7 +30,7 @@ public class BackgroundOutlineConfig { @Expose @ConfigOption( - name = "Outline Blur", + name = "Blur", desc = "Amount that the outline is blurred." ) @ConfigEditorSlider( @@ -42,7 +42,7 @@ public class BackgroundOutlineConfig { @Expose @ConfigOption( - name = "Outline Color Top", + name = "Color Top", desc = "Color of the top of the outline." ) @ConfigEditorColour @@ -50,7 +50,7 @@ public class BackgroundOutlineConfig { @Expose @ConfigOption( - name = "Outline Color Bottom", + name = "Color Bottom", desc = "Color of the bottom of the outline." ) @ConfigEditorColour -- cgit