aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java
diff options
context:
space:
mode:
authorMoonTidez <79183852+MoonTidez@users.noreply.github.com>2022-06-03 12:06:12 +0400
committerGitHub <noreply@github.com>2022-06-03 12:06:12 +0400
commit5771df1bb5d2bb18507badd68ed3e0718cbb9abc (patch)
treecb37c29a1d3c8dc3889a21cd8e3c6a45baa4edf0 /src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java
parent0ad0457dc608ade2cd8ff7e325c009c2847fb711 (diff)
downloadOneConfig-5771df1bb5d2bb18507badd68ed3e0718cbb9abc.tar.gz
OneConfig-5771df1bb5d2bb18507badd68ed3e0718cbb9abc.tar.bz2
OneConfig-5771df1bb5d2bb18507badd68ed3e0718cbb9abc.zip
Just changed 54 -> 72, want to check smthing
sidebar animation stuff
Diffstat (limited to 'src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java')
-rw-r--r--src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java b/src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java
index 655b824..3f880a0 100644
--- a/src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java
+++ b/src/main/java/cc/polyfrost/oneconfig/gui/SideBar.java
@@ -54,7 +54,7 @@ public class SideBar {
if (button.equals(buttons.get(selected))) break;
buttons.get(selected).setColorPalette(ColorPalette.TERTIARY);
moveAnimation = new EaseInOutQuart(300, buttons.get(selected).y, button.y, false);
- sizeAnimation = new EaseInQuartReversed(300, 36, 54, false);
+ sizeAnimation = new EaseInQuartReversed(300, 36, 72, false);
selected = buttons.indexOf(button);
}
if (moveAnimation != null) {