theme: popup - define popup alert theme based on new theme

This commit is contained in:
Amitesh Singh 2018-04-11 18:56:55 +09:00
parent e12ef13093
commit 8b7ed085f8
1 changed files with 20 additions and 2 deletions

View File

@ -250,9 +250,27 @@ group { "efl/popup_alert/button";
alias: "efl/popup_alert_text/button";
}
group { "efl/popup_alert_scroll/scroller";
inherit: "elm/scroller/base/popup/no_inset_shadow";
group { name: "efl/popup_alert_scroll/scroller";
inherit: "efl/scroller";
alias: "efl/popup_alert_text/scroller";
parts {
part { name: "elm.swallow.content"; type: SWALLOW;
description { state: "default" 0.0;
rel1.offset: 0 0;
rel2.offset: 0 0;
}
}
part { name: "inset";
description { state: "default" 0.0;
visible: 0;
}
}
part { name: "shadow";
description { state: "default" 0.0;
visible: 0;
}
}
}
}
group { "efl/popup_alert_text/text";