/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * If you need another license for your project/product (commercial, * noncommercial, whatever) contact me at * * http://www.os2world.com/cdwriting * http://www.geocities.com/SiliconValley/Sector/5785/ * */ #ifndef _MMFOLDERINC_H_INCLUDED #define _MMFOLDERINC_H_INCLUDED /* The default settings for the MMFolder template */ #define MMFLDR_TEMPLATE_SETUP "TEMPLATE=YES;NODELETE=YES;DETAILSCLASS=MMImage;ICONVIEW=GRIDDED;SORTCLASS=MMImage;DETAILSVIEW=NORMAL;DETAILSTODISPLAY=0,1,4,12,13,14,15;SORTBYATTR=6,24,25,26,27;OBJECTID=;" /* Default iconsize */ #define MMFLDR_DEFAULT_ICONSIZE 150 /* Space between icons */ #define MMFLDR_SPACINGDELTA_X 10 #define MMFLDR_SPACINGDELTA_Y 25 /* Restore keys for lighttable folder */ #define KEY_ICONSIZE 4001 #endif