aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/BackgroundOutlineConfig.java8
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