diff options
Diffstat (limited to 'features/suggestionsGui/index.js')
-rw-r--r-- | features/suggestionsGui/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) |