mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Reduce size of tabs a bit
This commit is contained in:
@@ -56,7 +56,7 @@ public class TabPageScreen extends FScreen {
|
||||
}
|
||||
|
||||
private static class TabHeader extends Header {
|
||||
public static final float HEIGHT = Math.round(Utils.AVG_FINGER_HEIGHT * 1.6f);
|
||||
public static final float HEIGHT = Math.round(Utils.AVG_FINGER_HEIGHT * 1.4f);
|
||||
public static final float TAB_WIDTH = HEIGHT * 1.2f;
|
||||
private static final float BACK_BUTTON_WIDTH = HEIGHT / 2;
|
||||
private static final FSkinColor SEPARATOR_COLOR = BACK_COLOR.stepColor(-40);
|
||||
|
||||
Reference in New Issue
Block a user