example/DemoGUI/WidgetConstants.h
author cgandhi
Thu, 05 Aug 2010 16:35:33 +0530
changeset 16 b78fa4cdbf2b
permissions -rw-r--r--
pushing the demo application
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     1
#ifndef WIDGETCONSTANTS_H
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     2
#define WIDGETCONSTANTS_H
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     3
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     4
//For Home Screen
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     5
const int KHeadNameHeight = 40;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     6
const int KWidgetGapFactor = 5;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     7
const int ToolbarIconHeight = 50;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     8
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     9
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    10
#endif // WIDGETCONSTANTS_H