aboutsummaryrefslogtreecommitdiff
path: root/features/changeLogGUI
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-03 19:03:59 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-03 19:03:59 +0800
commit3525dce1d84a53dae0414388ba886b66323e2afd (patch)
tree1c3a0a37bcd11fd30131b0c834864ce60bf04221 /features/changeLogGUI
parentc7f0e8bcbb3cabda3a9bb11f1235763d59c07875 (diff)
downloadSoopyV2-3525dce1d84a53dae0414388ba886b66323e2afd.tar.gz
SoopyV2-3525dce1d84a53dae0414388ba886b66323e2afd.tar.bz2
SoopyV2-3525dce1d84a53dae0414388ba886b66323e2afd.zip
small 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 55a9e83..f9bf97d 100644
--- a/features/changeLogGUI/index.js
+++ b/features/changeLogGUI/index.js
@@ -247,7 +247,7 @@ class ChangelogPage extends GuiPage {
height += changes.getHeight()
- height += 0.1
+ height += 0.05
})
}
}