From f8a0c81f37ff4f726ca18408c3d5772f0794d749 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 10 Aug 2022 21:24:10 +0800 Subject: fix enchant thing + tall gui + meta --- features/suggestionsGui/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/suggestionsGui') diff --git a/features/suggestionsGui/index.js b/features/suggestionsGui/index.js index 8ddaa24..919d76c 100644 --- a/features/suggestionsGui/index.js +++ b/features/suggestionsGui/index.js @@ -103,7 +103,7 @@ class SuggestionPage extends GuiPage { if (suggestion.uuid !== Player.getUUID().toString().replace(/-/g, "") && !allowed.has(Player.getUUID().toString().replace(/-/g, ""))) return } - let box = new SoopyBoxElement().setLocation(0, 0.225 * i, 1, 0.2).setLore(["Click for more information + vote buttons"]) + let box = new SoopyBoxElement().setLocation(0, 0.175 * i, 1, 0.15).setLore(["Click for more information + vote buttons"]) this.suggestionsArea.addChild(box) let title = new SoopyTextElement().setText("§0" + suggestion.title + " §7(" + this.tags.suggestionTags[suggestion.tag] + ")").setMaxTextScale(2).setLocation(0, 0, 0.8, 1) -- cgit