mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Fixed not being able to resize some buttons
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user