summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaehyub Kim <taehyub.kim@samsung.com>2017-08-04 16:20:54 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2017-08-31 14:41:36 +0900
commit0cf8bae0974cad13489aefd35d1c175725644131 (patch)
treeb216c931e868aa89f095b0f27d5ea98146824dcf
parent7ba07c109f121a0c96dd5021a426f7c815fc481a (diff)
downloadefl-0cf8bae0974cad13489aefd35d1c175725644131.tar.gz
efl.ui.popup: modified round rect theme
Summary: modified round rect theme Reviewers: Jaehyun_Cho, jpeg, cedric, Blackmole, thiepha, woohyun Reviewed By: Jaehyun_Cho Differential Revision: https://phab.enlightenment.org/D5067
-rw-r--r--data/elementary/themes/edc/elm/popup.edc11
1 files changed, 8 insertions, 3 deletions
diff --git a/data/elementary/themes/edc/elm/popup.edc b/data/elementary/themes/edc/elm/popup.edc
index 5d34b28e2e..ec79630716 100644
--- a/data/elementary/themes/edc/elm/popup.edc
+++ b/data/elementary/themes/edc/elm/popup.edc
@@ -512,7 +512,13 @@ group { name: "elm/popup/base/subpopup";
group { "elm/popup/base/view";
images.image: "rounded_square.png" COMP;
parts {
- image { "base";
+ spacer { "base";
+ desc { "default";
+ rel1.offset: 10 10;
+ rel2.offset: -11 -11;
+ }
+ }
+ image { "bg";
desc { "default";
min: 100 100;
image.border: 15 15 15 15;
@@ -521,8 +527,7 @@ group { "elm/popup/base/view";
}
swallow { "elm.swallow.content";
desc { "default";
- rel1.offset: 10 10;
- rel2.offset: -11 -11;
+ rel.to: "base";
}
}
}