Add folder icon for file chooser dialog

This commit is contained in:
drdev
2014-06-05 21:23:14 +00:00
parent ff76126e8e
commit 0b7a442958
4 changed files with 21 additions and 3 deletions

View File

@@ -204,6 +204,7 @@ public enum FSkinProp {
ICO_CLOSE (new int[] {640, 640, 20, 20}, PropType.ICON),
ICO_LIST (new int[] {640, 660, 20, 20}, PropType.ICON),
ICO_CARD_IMAGE (new int[] {660, 660, 20, 20}, PropType.ICON),
ICO_FOLDER (new int[] {640, 680, 20, 20}, PropType.ICON),
ICO_UNKNOWN (new int[] {0, 720, 80, 80}, PropType.ICON),
ICO_LOGO (new int[] {480, 0, 200, 200}, PropType.ICON),
ICO_FLIPCARD (new int[] {400, 0, 80, 120}, PropType.ICON),