Skip to content

Commit

Permalink
Barely noticeable alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Oct 21, 2021
1 parent 3cd8485 commit 1d2370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/buttons/Folding.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static void folding(Table t){

public static void add(Table[] tables){
tables[0].table(TUVars.TCOffset == 0 ? Tex.buttonEdge3 : TUStyles.buttonEdgeCap, Folding::folding)
.padLeft(Vars.mobile ? 164 : 480);
.padLeft(Vars.mobile ? 164 : 479);
tables[1].table(TUVars.TCOffset == 0 || Vars.mobile ? Tex.buttonEdge3 : TUStyles.buttonEdgeCap, Folding::folding)
.padBottom(Vars.mobile ? TUVars.buttonHeight : 0).padLeft(Vars.mobile ? 144 : 220);
}
Expand Down

0 comments on commit 1d2370e

Please sign in to comment.