elementary/ctxpopup - + no-dimmed style

This commit is contained in:
ChunEon Park 2013-06-21 18:54:16 +09:00
parent cb8c288f42
commit e506cb9f11
1 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,15 @@
///////////////////////////////////////////////////////////////////////////////
group { name: "elm/ctxpopup/bg/noblock";
parts {
part { name: "ctxpopup_bg";
type: RECT;
mouse_events: 0;
description { state: "default" 0.0;
color: 0 0 0 0;
}
}
}
}
group { name: "elm/ctxpopup/bg/default";
parts {
part { name: "ctxpopup_bg";