summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/widgets/popup.edc33
1 files changed, 2 insertions, 31 deletions
diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc
index 8138b251..a5b9eef0 100644
--- a/themes/widgets/popup.edc
+++ b/themes/widgets/popup.edc
@@ -75,7 +75,6 @@ group { name: "elm/notify/center/popup";
part { name: "elm.swallow.content";
type: SWALLOW;
scale: 1;
- clip_to: "clipper";
description { state: "default" 0.0;
rel1.to: "base";
rel2.to: "base";
@@ -107,17 +106,6 @@ group { name: "elm/notify/center/popup";
}
}
}
- part { name: "clipper";
- type: RECT;
- scale: 1;
- description { state: "default" 0.0;
- min: 1280 1280;
- max: 1280 1280;
- fixed: 1 1;
- rel1.to: "base";
- rel2.to: "base";
- }
- }
}
programs {
program { name: "show";
@@ -130,7 +118,6 @@ group { name: "elm/notify/center/popup";
signal: "show";
action: STATE_SET "default" 0.0;
target: "elm.swallow.content";
- target: "clipper";
after: "end";
}
program { name: "end";
@@ -677,26 +664,10 @@ group { name: "elm/popup/base/default";
type: RECT;
repeat_events: 1;
description { state: "default" 0.0;
- min: POPUP_BASE_DEFAULT_TITLE_DEFAULT_MIN_INC;
- max: POPUP_BASE_DEFAULT_TITLE_DEFAULT_MIN_INC;
- fixed: 1 1;
- rel1 {
- relative: 1.0 0.0;
- to_x: "shadow_left_top_padding";
- to_y: "elm.bg.title";
- }
- rel2 {
- relative: 0.0 1.0;
- to_x: "shadow_right_bottom_padding";
- to_y: "elm.bg.title";
- }
+ rel1.to: "elm.bg.title";
+ rel2.to: "elm.bg.title";
color: 0 0 0 0;
}
- description { state: "landscape" 0.0;
- inherit: "default";
- min: POPUP_BASE_DEFAULT_TITLE_LANDSCAPE_MIN_INC;
- max: POPUP_BASE_DEFAULT_TITLE_LANDSCAPE_MIN_INC;
- }
}
part { name: "elm.swallow.content";
type: SWALLOW;