aboutsummaryrefslogtreecommitdiff
path: root/src/testmod
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-02 11:10:42 +0100
committerxander <xander@isxander.dev>2022-09-02 11:10:42 +0100
commit7c58fdd5aa54e88c1526c49adacaf97cf3810eba (patch)
tree06aa3e2260f3f56d2295f8b96a9b10681421d927 /src/testmod
parent1772186447fc01c1008caef402774e1a65a065e9 (diff)
downloadYetAnotherConfigLib-7c58fdd5aa54e88c1526c49adacaf97cf3810eba.tar.gz
YetAnotherConfigLib-7c58fdd5aa54e88c1526c49adacaf97cf3810eba.tar.bz2
YetAnotherConfigLib-7c58fdd5aa54e88c1526c49adacaf97cf3810eba.zip
allow slider dragging to continue outside of bounds
increase thumb-height by 2px
Diffstat (limited to 'src/testmod')
-rw-r--r--src/testmod/java/dev/isxander/yacl/test/ModMenuIntegration.java2
1 files changed, 1 insertions, 1 deletions
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() {