tizen 2.4 release
[framework/uifw/e17-mod-tizen-comp.git] / data / common / comp-part-logger.edc
1 #if USE_LOGGER
2 part { name: "logger";
3    type: TEXTBLOCK;
4    mouse_events: 0;
5    scale: 1;
6    description { state: "default" 0.0;
7       visible: 0;
8       color: 0 0 0 0;
9       rel1.relative: 0.02 0.02;
10       rel2.relative: 0.98 0.98;
11       text {
12          style: "textblock_style";
13       }
14    }
15    description { state: "visible" 0.0;
16       inherit: "default" 0.0;
17       visible: 1;
18       color: 255 255 255 255;
19    }
20 } /* end of part "logger" */
21 #endif