v2.1.0: fixed left and right arrow icons missing bottom row of shadow

This commit is contained in:
Evan Debenham
2023-05-03 13:28:09 -04:00
parent c157d947bf
commit e36c604147

View File

@@ -221,10 +221,10 @@ public enum Icons {
icon.frame( icon.texture.uvRectBySize( 208, 32, 15, 10 ) );
break;
case LEFTARROW:
icon.frame( icon.texture.uvRectBySize( 224, 32, 14, 8 ) );
icon.frame( icon.texture.uvRectBySize( 224, 32, 14, 9 ) );
break;
case RIGHTARROW:
icon.frame( icon.texture.uvRectBySize( 240, 32, 14, 8 ) );
icon.frame( icon.texture.uvRectBySize( 240, 32, 14, 9 ) );
break;
case CALENDAR:
icon.frame( icon.texture.uvRectBySize( 240, 16, 15, 12 ) );