popup is in main e theme now.

SVN revision: 31722
This commit is contained in:
Sebastian Dransfeld 2007-09-15 09:04:38 +00:00
parent 75f8ae8be2
commit 135c0dd042
2 changed files with 1 additions and 54 deletions

View File

@ -1,4 +1,4 @@
%define module_name forecasts
%define module_name forecasts
Summary: %{module_name} module for the Enlightenment window manager
Name: e_modules-%{module_name}

View File

@ -151,59 +151,6 @@ collections {
}
}
}
group {
name: "modules/forecasts/popup";
parts {
part {
name: "border_tl";
type: RECT;
mouse_events: 0;
description {
state: "default" 0.0;
rel1.offset: 0 0;
rel2.offset: -1 -1;
color: 253 253 253 255;
}
}
part {
name: "border_br";
type: RECT;
mouse_events: 0;
description {
state: "default" 0.0;
rel1.offset: 1 1;
rel2.offset: -1 -1;
color: 165 165 165 255;
}
}
part {
name: "base";
type: RECT;
mouse_events: 0;
description {
state: "default" 0.0;
rel1.offset: 1 1;
rel2.offset: -2 -2;
color: 221 221 221 255;
}
}
part {
name: "e.swallow.content";
type: SWALLOW;
description {
state: "default" 0.0;
align: 0.5 0.5;
//color: 0 0 0 0;
rel1 {
offset: 10 10;
}
rel2 {
offset: -11 -11;
}
}
}
}
}
FORECASTS_ICON(0, 40, 40, 110, 110, 1.0)
FORECASTS_ICON(1, 40, 40, 110, 110, 1.0)
FORECASTS_ICON(2, 40, 40, 110, 110, 1.0)