summaryrefslogtreecommitdiff
path: root/themes/widgets
diff options
context:
space:
mode:
authorAmit Kamboj <amit.kamboj@samsung.com>2013-07-03 18:24:54 +0530
committerSungho Kwak <sungho1.kwak@samsung.com>2013-07-08 15:52:11 +0900
commit7248dd7172c062376d78b8bb33e698679b9728ff (patch)
tree50abae468c03f7fa98956c437586a35a2fb70cfe /themes/widgets
parent6e72beab4290917a1849b2545cfcdb8f0cf1d061 (diff)
downloadefl-theme-tizen-7248dd7172c062376d78b8bb33e698679b9728ff.tar.gz
efl-theme-tizen-7248dd7172c062376d78b8bb33e698679b9728ff.tar.bz2
efl-theme-tizen-7248dd7172c062376d78b8bb33e698679b9728ff.zip
[Popup] Corrected access part for popup title area.
Change-Id: I9f05b34aba941ef0b8a58683fab5ebc0bf03024c
Diffstat (limited to 'themes/widgets')
-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;