From 23a1f43b3de387663a16d56674cc5cbc7a01c522 Mon Sep 17 00:00:00 2001 From: Radek Kintop Date: Thu, 27 Apr 2017 12:45:55 +0200 Subject: [PATCH] Popup style fixed Change-Id: I8d6cac877d348aff70ecc4a428e2a59f2196556d Signed-off-by: Radek Kintop --- res/view/common/popup_2btns.edc | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/res/view/common/popup_2btns.edc b/res/view/common/popup_2btns.edc index 36363f4..d6b1b1c 100644 --- a/res/view/common/popup_2btns.edc +++ b/res/view/common/popup_2btns.edc @@ -28,28 +28,14 @@ group { } part { - name, "padding.title"; - type, SPACER; - scale, 1; - description { - state, "default" 0.0; - min, 0 24; - rel1.to, "area"; - rel2 { to, "area"; relative, 1.0 0.0; } - align, 0.5 0.0; - fixed, 0 1; - } - } - - part { name, PART_POPUP_TITLE; type, TEXT; scale, 1; description { state, "default" 0.0; - min, 0 32; - rel1 { to, "padding.title"; relative, 0.0 1.0; } - rel2.to, "padding.title"; + rel1 { to, "area"; relative, 0.0 0.0; } + rel2.to, "area"; + rel2.relative, 1.0 0.0; align, 0.5 0.0; fixed, 0 1; color, COLOR_TEXT_POPUP; -- 2.7.4