From 1800ff86c7e03139a43b3c8efddc2da06b45de4b Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 14 May 2012 10:41:31 +0000 Subject: [PATCH] Elm popup: Fixed usage of textblock in the theme. Patch by Kim Shinwoo. SVN revision: 70994 --- legacy/elementary/ChangeLog | 3 +++ legacy/elementary/data/themes/widgets/popup.edc | 1 + 2 files changed, 4 insertions(+) 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;