summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/yalp_gui.edc
diff options
context:
space:
mode:
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui.edc')
-rw-r--r--src/YalpClients/EflClient/yalp_gui.edc23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc
index 24c593f..70427af 100644
--- a/src/YalpClients/EflClient/yalp_gui.edc
+++ b/src/YalpClients/EflClient/yalp_gui.edc
@@ -108,7 +108,7 @@ collections
}
rel2
{
- relative: 0.49 0.8;
+ relative: 1.0 1.0;
offset: 0 0;
}
}
@@ -169,7 +169,7 @@ collections
}
}
}
- /*
+
part
{
name: "medialist_buttonframe";
@@ -205,7 +205,7 @@ collections
}
}
- */
+
part
{
@@ -215,14 +215,14 @@ collections
description
{
state: "default" 0.0;
- color: 0 0 0 0;
+ color: 80 30 114 175;
rel1
{
- relative: 0.15 0.07;
+ relative: 0.15 0.1;
}
rel2
{
- relative: 0.65 0.13;
+ relative: 0.5 0.13;
}
}
@@ -232,22 +232,22 @@ collections
color: 0 0 0 0;
rel1
{
- relative: 0.15 0.0;
+ relative: 0.15 -0.5;
}
rel2
{
- relative: 0.65 0.0;
+ relative: 0.5 -0.5;
}
}
}
}
programs
{
- /*
+
program
{
name: "hide_searchframe";
- source: "medialist";
+ source: "medialist_buttonframe";
signal: "mouse,clicked,1";
action: STATE_SET "default" 1.0;
target: "searchframe";
@@ -268,7 +268,7 @@ collections
target: "searcharea";
transition:SINUSOIDAL 1;
}
- */
+ /*
program
{
name: "button_clicked_signal_program";
@@ -289,6 +289,7 @@ collections
target: "medialist";
target: "searcharea";
}
+ */
}
}
}