Skip to content

Commit

Permalink
efl: fix edj build
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Sep 24, 2010
1 parent 4eb53c7 commit 8f88c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
33 changes: 0 additions & 33 deletions amsn2/themes/default/edc/login_screen/login_screen.edc
Expand Up @@ -75,39 +75,6 @@ group {
}
}
}
part {
name: "background_spectrum";
type: GRADIENT;
mouse_events: 0;
description {
state: "default" 0.0;
rel1 {
relative: 0.0 0.0;
offset: 0 0;
}
rel2 {
relative: 1.0 1.0;
offset: 0 0;
}
gradient {
spectrum: "login_screen_spectrum";
type: "radial";
rel1 {
relative: 0.0 0.0;
offset: 0 0;
}
rel2 {
relative: 1.0 1.0;
offset: 0 0;
}
}
fill {
origin {
relative: 0.0 0.0;
}
}
}
}

part {
name: "background_image";
Expand Down
5 changes: 2 additions & 3 deletions amsn2/themes/default/edc/popups.edc
@@ -1,4 +1,4 @@
// Based on amsn2 popus
// Based on amsn2 popups

images {
image: "shadow_under_bigger.png" COMP;
Expand Down Expand Up @@ -45,10 +45,9 @@ group {
}
part {
name: "title.bg";
type: GRADIENT;
type: RECT;
description {
state: "default" 0.0;
gradient.spectrum: "bg";
rel1 {
to: "bg";
relative: 0.0 0.0;
Expand Down

0 comments on commit 8f88c0f

Please sign in to comment.