summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaehyub Kim <taehyub.kim@samsung.com>2017-08-02 16:32:06 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2017-08-31 14:41:24 +0900
commitb388ec4db6c331e635b3a2ed4a04ca84f22e29b3 (patch)
treef44804cc9b202d28d4530dc559aab96c14096759
parenta6649cd414a14d0b9e4ddf6f0d949d2e1862866a (diff)
downloadefl-b388ec4db6c331e635b3a2ed4a04ca84f22e29b3.tar.gz
Efl.Ui.Popup: Changed Efl.Ui.Popup edc style to lazy edc style
Summary: changed efl.ui.popup edc style Reviewers: Jaehyun_Cho, jpeg, cedric, Blackmole, thiepha, woohyun Reviewed By: Jaehyun_Cho Differential Revision: https://phab.enlightenment.org/D5063
-rw-r--r--data/elementary/themes/edc/elm/popup.edc20
1 files changed, 9 insertions, 11 deletions
diff --git a/data/elementary/themes/edc/elm/popup.edc b/data/elementary/themes/edc/elm/popup.edc
index 080882d0bd..86ac2bf6f4 100644
--- a/data/elementary/themes/edc/elm/popup.edc
+++ b/data/elementary/themes/edc/elm/popup.edc
@@ -509,28 +509,26 @@ group { name: "elm/popup/base/subpopup";
}
//Efl.Ui.Popup Themes
-group { name: "elm/popup/base/view";
+group { "elm/popup/base/view";
parts {
- part { name: "base"; type: RECT;
- description { state: "default" 0.0;
+ rect { "base";
+ desc { "default";
min: 100 100;
color: 0 0 255 255;
}
}
- part { name: "elm.swallow.content"; type: SWALLOW;
- description { state: "default" 0.0;
-
- }
+ swallow { "elm.swallow.content";
}
}
}
-group { name: "elm/popup/base/event_bg";
+group { "elm/popup/base/event_bg";
parts {
- part { name: "base"; type: RECT; repeat_events: 1;
- description { state: "default" 0.0;
+ rect { "base";
+ repeat;
+ desc { "default";
color: 0 255 0 128;
}
}
}
-} \ No newline at end of file
+}