aboutsummaryrefslogtreecommitdiff
path: root/features/changeLogGUI
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-07 17:24:45 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-07 17:24:45 +0800
commit5cd8bd6a4c0a61d3258816ae4a9666daade4d2da (patch)
treee48eedccaa1ed83e559d288d8afc76146f2bf736 /features/changeLogGUI
parent8392c362f9e9e5c387204b3a4ea78d15b9c69262 (diff)
downloadSoopyV2-5cd8bd6a4c0a61d3258816ae4a9666daade4d2da.tar.gz
SoopyV2-5cd8bd6a4c0a61d3258816ae4a9666daade4d2da.tar.bz2
SoopyV2-5cd8bd6a4c0a61d3258816ae4a9666daade4d2da.zip
fixes
Diffstat (limited to 'features/changeLogGUI')
-rw-r--r--features/changeLogGUI/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/changeLogGUI/index.js b/features/changeLogGUI/index.js
index f12187d..11f0df7 100644
--- a/features/changeLogGUI/index.js
+++ b/features/changeLogGUI/index.js
@@ -153,7 +153,7 @@ class ChangelogPage extends GuiPage {
})
this.updateTitle.setText("ยง0Update to SoopyV2 " + version)
- this.updateButton.location.location.y.set(0.3 + this.warningMessage.getHeight(), 0)
+ this.updateButton.location.location.y.set(0.3, 0)
this.openSidebarPage(this.updatingSidebar)
}