From 041215f9fefd3eff9582f095e12de59df2a85873 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 5 Sep 2012 21:40:04 -0300 Subject: [PATCH] desktop theme: also do not show notification bar area if not on tizen --- data/themes/includes/call.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/themes/includes/call.edc b/data/themes/includes/call.edc index 6ba1010..fb0c043 100644 --- a/data/themes/includes/call.edc +++ b/data/themes/includes/call.edc @@ -86,7 +86,7 @@ group { } part { - name: "notification,bar"; + name: "notification.bar"; type: RECT; mouse_events: 0; description { @@ -95,7 +95,7 @@ group { rel1.relative: 0.0 0.0; rel2 { relative: 1.0 0.0; - offset: 0 50; + offset: -1 NOTIFICATION_BAR_HEIGHT; } } } @@ -152,12 +152,12 @@ group { description { \ state: "default" 0.0; \ rel1 { \ - to: "notification,bar"; \ + to: "notification.bar"; \ relative: 0.0 1.0; \ offset: 0 (-SEPARATOR_HEIGHT + offy); \ } \ rel2 { \ - to: "notification,bar"; \ + to: "notification.bar"; \ relative: 1.0 1.0; \ offset: -1 (CALL_HEIGHT + offy); \ } \ -- 2.7.4