summaryrefslogtreecommitdiff
path: root/data/pathinfo.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/pathinfo.edc')
-rw-r--r--data/pathinfo.edc112
1 files changed, 112 insertions, 0 deletions
diff --git a/data/pathinfo.edc b/data/pathinfo.edc
new file mode 100644
index 0000000..9a6fc60
--- /dev/null
+++ b/data/pathinfo.edc
@@ -0,0 +1,112 @@
+group
+{
+ name: UG_GRP_PATH_INFO;
+ parts
+ {
+ #if 0
+ part
+ {
+ name: "info";
+ type: SWALLOW;
+ repeat_events: 0;
+ scale: 1;
+ description
+ {
+ state: "default" 0.0;
+ min: 0 PATH_INFO_H;
+ }
+ }
+ #endif
+
+ part
+ {
+ name: "base";
+ type: RECT;
+ repeat_events: 0;
+ scale: 1;
+ description
+ {
+ state: "default" 0.0;
+ min: UG_MAIN_W PATH_INFO_H;
+ color: PATH_INFO_BG_COLOR;
+ }
+ }
+ part
+ {
+ name: "bg";
+ type: RECT;
+ clip_to: "disclip";
+ repeat_events: 0;
+ mouse_events: 0;
+ description
+ {
+ state: "default" 0.0;
+ color: PATH_INFO_BG_COLOR;
+ }
+ }
+ MF_UG_PART_PADDING_TOP(0)
+ MF_UG_PART_PADDING_BOTTOM( 0 )
+ MF_UG_PART_PADDING_LEFT( 10 )
+ part
+ {
+ name: "bottom_line";
+ type: RECT;
+ mouse_events: 0;
+ description
+ {
+ state: "default" 0.0;
+ min: 0 1;
+ fixed: 0 1;
+ visible: 1;
+ color: BOTTOM_LINE_COLOR;
+ rel1
+ {
+ relative: 0.0 1.0;
+ offset: 0 -1;
+ }
+ }
+ }
+ part
+ {
+ name: "info";
+ type: TEXT;
+ scale: 1;
+ description
+ {
+ state: "default" 0.0;
+ align: 0.0 0.5;
+ rel1
+ {
+ relative: 1.0 1.0;
+ offset: 0 0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.top";
+ }
+ rel2
+ {
+ relative: 1.0 0.0;
+ offset: 0 0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.bottom";
+ }
+ color: 255 255 255 255;
+ text
+ {
+ font: "SLP:style=Medium";
+ size: 32;
+ min: 1 1;
+ align: 0.0 0.5;
+ }
+ }
+ }
+ part
+ {
+ name: "disclip";
+ type: RECT;
+ description
+ {
+ state: "default" 0.0;
+ }
+ }
+ }
+}