diff options
Diffstat (limited to 'features/soopyGui')
-rw-r--r-- | features/soopyGui/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js index aa4f691..904176a 100644 --- a/features/soopyGui/index.js +++ b/features/soopyGui/index.js @@ -98,7 +98,7 @@ class SoopyGui extends Feature { this.buttonListElm.children = [] this.pages.forEach((p, i)=>{ - let settingsButton = new ButtonWithArrow().setText("§0" + p.name).setLocation(0, 0.25*i, 1, 0.2) + let settingsButton = new ButtonWithArrow().setText("§0" + p.name).setLocation(0, 0.225*i, 1, 0.2) settingsButton.addEvent(new SoopyMouseClickEvent().setHandler(()=>{this.clickedOpen(p)})) this.buttonListElm.addChild(settingsButton) }) |