Make sligtly better attempt at Back icon

This commit is contained in:
drdev
2014-02-23 07:01:38 +00:00
parent 205eb398f8
commit a3a7ecaf6f
3 changed files with 2 additions and 2 deletions

View File

@@ -1030,9 +1030,9 @@ public enum FSkin {
ICO_SAVE (new int[] {660, 560, 20, 20}),
ICO_SAVEAS (new int[] {660, 580, 20, 20}),
ICO_CLOSE (new int[] {640, 640, 20, 20}),
ICO_BACK (new int[] {360, 760, 40, 40}),
ICO_LIST (new int[] {640, 660, 20, 20}),
ICO_CARD_IMAGE (new int[] {660, 660, 20, 20}),
ICO_BACK (new int[] {640, 680, 20, 20}),
ICO_UNKNOWN (new int[] {0, 720, 80, 80}),
ICO_LOGO (new int[] {480, 0, 200, 200}),
ICO_FLIPCARD (new int[] {400, 0, 80, 120}),