From c365433e34bdd95e83740a5af6a3338444a3540a Mon Sep 17 00:00:00 2001 From: Falkreon Date: Sun, 25 Aug 2019 21:38:11 -0500 Subject: More gui test, fix slot offsets, tooltips, and button hovers --- GuiTest/settings.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GuiTest/settings.gradle') diff --git a/GuiTest/settings.gradle b/GuiTest/settings.gradle index 5b60df3..55a4710 100644 --- a/GuiTest/settings.gradle +++ b/GuiTest/settings.gradle @@ -8,3 +8,6 @@ pluginManagement { gradlePluginPortal() } } + +include ":LibGUI" +project(":LibGUI").projectDir = file("../") \ No newline at end of file -- cgit