elm popup.edc: Fixed broken popup item. Spotted by Amit S <amit@smargav.com>. Special thanks to Hermet as well.

SVN revision: 76926
This commit is contained in:
Daniel Juyung Seo 2012-09-21 02:01:56 +00:00
parent 2abea4b740
commit a54d133cb3
1 changed files with 2 additions and 0 deletions

View File

@ -642,12 +642,14 @@ group { name: "elm/popup/content/default";
repeat_events: 1;
ignore_flags: ON_HOLD;
description { state: "default" 0.0;
color: 0 0 0 0;
}
}
part { name: "over2";
type: RECT;
repeat_events: 1;
description { state: "default" 0.0;
color: 0 0 0 0;
}
}
part { name: "disclip";