summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinwoo Kim <cinoo.kim@samsung.com>2018-12-14 16:17:23 +0900
committerShinwoo Kim <cinoo.kim@samsung.com>2018-12-14 16:28:26 +0900
commit75da895fb1cda118b0f6863ae06aeada7b37de95 (patch)
treed41a22c51fe7b39b76d06776922ee05834e315a0
parent27f50c8724e14ce8a662b9a3f0f92b5ad5e3c665 (diff)
downloadefl-theme-tizen-mobile-75da895fb1cda118b0f6863ae06aeada7b37de95.tar.gz
efl-theme-tizen-mobile-75da895fb1cda118b0f6863ae06aeada7b37de95.tar.bz2
efl-theme-tizen-mobile-75da895fb1cda118b0f6863ae06aeada7b37de95.zip
If elementary does not use frame object then win.edc should support background swallow part because of following step. elm_win_util_standard_add -> _elm_win_standard_init -> _elm_win_bg_set -> edje_object_part_swallow For the removing frame object, please refer to following commit of efl package. 8b860b6 elementary: Support using no frame object And the base.src of efl-misc sets win_no_border to 1. Change-Id: I1fd73e53c1e0d0551bd075b029d08e1935db0e77
-rw-r--r--mobile/widgets/win.edc10
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile/widgets/win.edc b/mobile/widgets/win.edc
index 7744eed7..ccd9abe3 100644
--- a/mobile/widgets/win.edc
+++ b/mobile/widgets/win.edc
@@ -20,6 +20,16 @@ group { name: "elm/win/base/default";
fixed: 0 1;
}
}
+ swallow { "elm.swallow.background";
+ description { state: "default" 0.0;
+ fixed: 1 1;
+ rel1 {
+ to_y: "elm.swallow.menu";
+ relative: 0.0 1.0;
+ }
+ rel2.relative : 1.0 1.0;
+ }
+ }
part { name: "elm.swallow.contents"; type: SWALLOW;
description { state: "default" 0.0;
fixed: 1 1;