Elm popup: Fixed usage of textblock in the theme.

Patch by Kim Shinwoo.

SVN revision: 70994
This commit is contained in:
Tom Hacohen 2012-05-14 10:41:31 +00:00
parent 8e7e66416f
commit 1800ff86c7
2 changed files with 4 additions and 0 deletions

View File

@ -53,3 +53,6 @@
* menu: remove crash issue when no-parent item is passed to the
elm_menu_item_separator_add()
2012-05-14 Shinwoo Kim (kimcinoo)
* popup: Bug Fix: improper usage of textblock

View File

@ -170,6 +170,7 @@ group { name: "elm/popup/base/default";
type: TEXTBLOCK;
scale:1;
description { state: "default" 0.0;
fixed: 1 1;
text {
style: "popup_title_style";
min: 0 0;