diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index a9c55c96c5..8ee7e9cb35 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -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 + diff --git a/legacy/elementary/data/themes/widgets/popup.edc b/legacy/elementary/data/themes/widgets/popup.edc index b5229f7a6d..851f4c9e19 100644 --- a/legacy/elementary/data/themes/widgets/popup.edc +++ b/legacy/elementary/data/themes/widgets/popup.edc @@ -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;