1
#ifndef WIDGETCONSTANTS_H
2
#define WIDGETCONSTANTS_H
3
4
//For Home Screen
5
const int KHeadNameHeight = 40;
6
const int KWidgetGapFactor = 5;
7
const int ToolbarIconHeight = 50;
8
9
10
#endif // WIDGETCONSTANTS_H