diff options
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui.edc')
| -rw-r--r-- | src/YalpClients/EflClient/yalp_gui.edc | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc index f15187e..eb76edc 100644 --- a/src/YalpClients/EflClient/yalp_gui.edc +++ b/src/YalpClients/EflClient/yalp_gui.edc @@ -327,29 +327,33 @@ collections part { name: "searcharea"; - type: TEXTBLOCK; - mouse_events: 0; - entry_mode: EDITABLE; + type: SWALLOW; + mouse_events: 1; description { state: "default" 0.0; color: 255 255 255 255; - visible: 1; rel1 { - to: "searchframe"; - relative: 0.0 0.00; + relative: 0.15 0.07; } rel2 { - to: "searchframe"; - relative: 1.0 1.0; + relative: 0.65 0.13; + } + } + + description + { + state: "default" 1.0; + color: 0 0 0 0; + rel1 + { + relative: 0.15 0.0; } - text + rel2 { - text: "Suchbegriff eingeben"; - style: "searchfield_style"; - min: 0 0; + relative: 0.65 0.0; } } } @@ -362,12 +366,13 @@ collections source: "playlist_buttonframe"; signal: "mouse,clicked,1"; action: STATE_SET "default" 1.0; - target: "searchframe"; + // target: "searchframe"; target: "medialist_buttonframe"; target: "playlist_buttonframe"; target: "find_buttonframe"; target: "medialist"; target: "playlist"; + target: "searcharea"; target: "controlframe"; transition:SINUSOIDAL 1; } |
