Fixed not being able to resize some buttons

This commit is contained in:
SSimco
2024-09-01 22:34:47 +03:00
parent 3678a0e474
commit d0eac6f470
@@ -36,7 +36,7 @@ public abstract class Input {
configure();
}
private static final float MIN_WIDTH_HEIGHT = 200;
private static final float MIN_WIDTH_HEIGHT = 100;
public void resize(int diffX, int diffY, int maxWidth, int maxHeight) {
var rect = settings.getRect();