summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/yalp_gui.edc
diff options
context:
space:
mode:
authorManuel Traut <manut@vogone.traut>2009-12-30 20:27:42 +0100
committerManuel Traut <manut@vogone.traut>2009-12-30 20:27:42 +0100
commit81ccb90fb30cb07b2c6941ce52c20a5029037a2c (patch)
treede5d5d151887fc06cf4e37fed6b365fe32cd1538 /src/YalpClients/EflClient/yalp_gui.edc
parent30df095df63b3b101076f7ac64949b9f4d0481b3 (diff)
parent0933267609a286b96daeea91c8eee2a4f231f261 (diff)
Merge branch 'damba' of ssh://mecka.net/home/git/yalp into damba
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui.edc')
-rw-r--r--src/YalpClients/EflClient/yalp_gui.edc46
1 files changed, 43 insertions, 3 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc
index c16c618..2f20f66 100644
--- a/src/YalpClients/EflClient/yalp_gui.edc
+++ b/src/YalpClients/EflClient/yalp_gui.edc
@@ -3,6 +3,7 @@ collections
group
{
name: "yalp";
+ min: 800 600;
parts
{
part
@@ -90,7 +91,7 @@ collections
part
{
name: "medialist";
- type: RECT;
+ type: SWALLOW;
mouse_events: 1;
description
@@ -118,12 +119,12 @@ collections
rel1
{
- relative: 0.0 0.01;
+ relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
- relative: 0.005 0.8;
+ relative: 0.0 0.8;
offset: 0 0;
}
}
@@ -318,6 +319,43 @@ collections
}
}
+ part
+ {
+ name: "buttontext_add";
+ type: TEXT;
+ mouse_events: 0;
+ description
+ {
+ color: 255 255 255 255;
+ rel1
+ {
+ relative: 0.17 0.86;
+ }
+ rel2
+ {
+ relative: 0.33 0.89 ;
+ }
+ text
+ {
+ text: "Add to Playlist";
+ font:"VeraBd.ttf";
+ size: 12;
+ }
+ }
+ description
+ {
+ state: "default" 1.0;
+ rel1
+ {
+ relative: 0.0 0.85;
+ }
+ rel2
+ {
+ relative: 0.0 0.9;
+ }
+ }
+ }
+
}
programs
{
@@ -333,6 +371,8 @@ collections
target: "medialist";
target: "playlist";
target: "add_button";
+ target: "controlframe";
+ target: "buttontext_add";
transition:SINUSOIDAL 1;
}
}