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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 KiB

After

Width:  |  Height:  |  Size: 637 KiB

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}),

View File

@@ -146,9 +146,9 @@ public enum FSkinImage implements FImage {
SAVE (660, 560, 20, 20, SourceFile.ICONS),
SAVEAS (660, 580, 20, 20, SourceFile.ICONS),
CLOSE (640, 640, 20, 20, SourceFile.ICONS),
BACK (360, 760, 40, 40, SourceFile.ICONS),
LIST (640, 660, 20, 20, SourceFile.ICONS),
CARD_IMAGE (660, 660, 20, 20, SourceFile.ICONS),
BACK (640, 680, 20, 20, SourceFile.ICONS),
UNKNOWN (0, 720, 80, 80, SourceFile.ICONS),
LOGO (480, 0, 200, 200, SourceFile.ICONS),
FLIPCARD (400, 0, 80, 120, SourceFile.ICONS),