summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaehyub Kim <taehyub.kim@samsung.com>2017-08-02 16:43:59 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2017-08-31 14:41:31 +0900
commit7ba07c109f121a0c96dd5021a426f7c815fc481a (patch)
treeb405ff85f02cd150c4f5847293681aed0163347c
parentb388ec4db6c331e635b3a2ed4a04ca84f22e29b3 (diff)
downloadefl-7ba07c109f121a0c96dd5021a426f7c815fc481a.tar.gz
Efl.Ui.Popup: Applied round_rect theme
Summary: add round rect theme for Efl.Ui.Popup class Reviewers: Jaehyun_Cho, woohyun, Blackmole, thiepha, jpeg, cedric Reviewed By: Jaehyun_Cho Differential Revision: https://phab.enlightenment.org/D5059
-rw-r--r--data/elementary/themes/edc/elm/popup.edc10
1 files changed, 8 insertions, 2 deletions
diff --git a/data/elementary/themes/edc/elm/popup.edc b/data/elementary/themes/edc/elm/popup.edc
index 86ac2bf6f4..5d34b28e2e 100644
--- a/data/elementary/themes/edc/elm/popup.edc
+++ b/data/elementary/themes/edc/elm/popup.edc
@@ -510,14 +510,20 @@ group { name: "elm/popup/base/subpopup";
//Efl.Ui.Popup Themes
group { "elm/popup/base/view";
+ images.image: "rounded_square.png" COMP;
parts {
- rect { "base";
+ image { "base";
desc { "default";
min: 100 100;
- color: 0 0 255 255;
+ image.border: 15 15 15 15;
+ image.normal: "rounded_square.png";
}
}
swallow { "elm.swallow.content";
+ desc { "default";
+ rel1.offset: 10 10;
+ rel2.offset: -11 -11;
+ }
}
}
}