From 04f51cb32632ebc48ab1c762446e4ee09d2c9a56 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Wed, 11 Jan 2012 17:48:39 +0530 Subject: [PATCH] [Popup] Removed the use of 00_popup_bg02.png for popup style as it is no longer recommended by UX guideline --- themes/widgets/popup.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 3993ed1..0b201f0 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -1072,7 +1072,7 @@ group { name: "elm/popup/base/customstyle"; parts { images { image: "00_popup_bottom_bg.png" COMP; - image: "00_popup_bg02.png" COMP; + image: "00_popup_bg.png" COMP; } styles { @@ -1108,7 +1108,7 @@ group { name: "elm/popup/base/customstyle"; rel1.to: "base"; rel2.to: "base"; image { - normal: "00_popup_bg02.png"; + normal: "00_popup_bg.png"; border: POPUP_BASE_CUSTOMSTYLE_BG_DEFAULT_IMAGE_BORDER_INC; border_scale: 1; } -- 2.7.4