diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-27 13:12:24 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-27 13:12:24 +0200 |
commit | 14af92c43ad5d866fa6f9108336e78cb7edff889 (patch) | |
tree | dabb4a9f2fd276a135a1bdc679b09e04853ffdc4 /src/main/java/at/hannibal2/skyhanni | |
parent | a15ef68de8e33df296c565d12994df2ee965626e (diff) | |
download | skyhanni-14af92c43ad5d866fa6f9108336e78cb7edff889.tar.gz skyhanni-14af92c43ad5d866fa6f9108336e78cb7edff889.tar.bz2 skyhanni-14af92c43ad5d866fa6f9108336e78cb7edff889.zip |
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/BackgroundOutlineConfig.java | 8 |
1 files changed, 4 insertions, 4 deletions
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 |