From 7c58fdd5aa54e88c1526c49adacaf97cf3810eba Mon Sep 17 00:00:00 2001 From: xander Date: Fri, 2 Sep 2022 11:10:42 +0100 Subject: allow slider dragging to continue outside of bounds increase thumb-height by 2px --- src/testmod/java/dev/isxander/yacl/test/ModMenuIntegration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testmod/java') diff --git a/src/testmod/java/dev/isxander/yacl/test/ModMenuIntegration.java b/src/testmod/java/dev/isxander/yacl/test/ModMenuIntegration.java index 8776c16..c9318ad 100644 --- a/src/testmod/java/dev/isxander/yacl/test/ModMenuIntegration.java +++ b/src/testmod/java/dev/isxander/yacl/test/ModMenuIntegration.java @@ -18,7 +18,7 @@ import net.minecraft.text.Text; public class ModMenuIntegration implements ModMenuApi { @Override public ConfigScreenFactory getModConfigScreenFactory() { - return getWikiButton(); + return getFullTestSuite(); } private ConfigScreenFactory getFullTestSuite() { -- cgit