Displaying all loaded objects horizontally.
[familia.git] / src / graphics / constants.h
diff --git a/src/graphics/constants.h b/src/graphics/constants.h
new file mode 100644 (file)
index 0000000..227c16e
--- /dev/null
@@ -0,0 +1,26 @@
+/****************************************************************************
+ *  Familia Lignum - Genealogical program                                   *
+ *  Copyright (C) 2011-2012 Rafał Długołęcki <rafal@dlugolecki.net.pl>      *
+ *                                                                          *
+ *  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; version 2 of the License.                 *
+ *                                                                          *
+ *  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; if not, write to the Free Software Foundation, Inc., *
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.             *
+ *                                                                          *
+ ****************************************************************************/
+
+#ifndef _FAMILIA_GRAPHICS_CONSTANTS_H
+#define _FAMILIA_GRAPHICS_CONSTANTS_H
+
+#define GR_IND_RADIUS 0.5
+#define GR_FAM_RADIUS 0.4
+
+#endif /* _FAMILIA_GRAPHICS_CONSTANTS_H */