text is back! :)

SVN revision: 20306
This commit is contained in:
Carsten Haitzler 2006-02-06 08:31:29 +00:00
parent 7d46b8ac40
commit 16cc1e30ed
3 changed files with 35 additions and 28 deletions

View File

@ -28,6 +28,7 @@ video_frame_right.png \
video_frame_top.png \ video_frame_top.png \
whb.png \ whb.png \
window_inner_shadow.png \ window_inner_shadow.png \
Vera.ttf \
theme.edc theme.edc
theme.edj: Makefile theme.edj: Makefile

Binary file not shown.

View File

@ -28,6 +28,10 @@ images {
image: "pnl.png" COMP; image: "pnl.png" COMP;
} }
fonts {
font: "Vera.ttf" "Vera";
}
collections { collections {
group { group {
name: "background"; name: "background";
@ -103,7 +107,7 @@ collections {
} }
} }
} }
#if 0 #if 0
group { group {
name: "video_controller"; name: "video_controller";
parts { parts {
@ -445,11 +449,11 @@ collections {
name: "video_progress_img"; name: "video_progress_img";
mouse_events: 0; mouse_events: 0;
clip_to: "panel_clip"; clip_to: "panel_clip";
fixed: 1 1;
description { description {
state: "default" 0.0; state: "default" 0.0;
min: 9 16; min: 9 16;
align: 0.5 1.0; align: 0.5 1.0;
fixed: 1 1;
rel1 { rel1 {
relative: 0.5 0.0; relative: 0.5 0.0;
offset: 0 0; offset: 0 0;
@ -612,7 +616,7 @@ collections {
text: "Video Progress"; text: "Video Progress";
font: "Vera"; font: "Vera";
size: 6; size: 6;
align: 0.0: 1.0; align: 0.0 1.0;
}; };
} }
} }
@ -848,31 +852,6 @@ collections {
} }
} }
} }
part {
name: "video_progress_txt";
type: TEXT;
mouse_events: 0;
description {
state: "default" 0.0;
rel1 {
to: "video_frame_bottom";
relative: 0.0 0.0;
offset: 0 8;
}
rel2 {
to: "video_frame_bottom";
relative: 1.0 1.0;
offset: -1 -13;
}
color: 0 0 0 255;
text {
text: "Video Progress";
font: "Vera";
size: 6;
align: 0.0 0.5;
};
}
}
part { part {
name: "video_speed_txt"; name: "video_speed_txt";
type: TEXT; type: TEXT;
@ -1118,6 +1097,33 @@ collections {
color: 20 20 255 20; color: 20 20 255 20;
} }
} }
part {
name: "video_progress_txt";
type: TEXT;
mouse_events: 0;
effect: OUTLINE;
description {
state: "default" 0.0;
align: 1.0 1.0;
rel1 {
relative: 1.0 1.0;
offset: -2 -2;
}
rel2 {
relative: 1.0 1.0;
offset: -2 -2;
}
color: 255 255 255 255;
color2: 0 0 0 255;
text {
text: "XX:XX:XX / XX:XX:XX";
font: "Vera";
size: 10;
align: 1.0 1.0;
min: 1 1;
};
}
}
} }
programs { programs {
// emit signals: // emit signals: