Tests/DemoGUI/WidgetConstants.h
changeset 26 83d6a149c755
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tests/DemoGUI/WidgetConstants.h	Mon Oct 11 21:59:54 2010 +0530
@@ -0,0 +1,10 @@
+#ifndef WIDGETCONSTANTS_H
+#define WIDGETCONSTANTS_H
+
+//For Home Screen
+const int KHeadNameHeight = 40;
+const int KWidgetGapFactor = 5;
+const int ToolbarIconHeight = 50;
+
+
+#endif // WIDGETCONSTANTS_H